Package org.cyclos.model.users.fields
Class UserCustomFieldDetailedVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.ConfigurationEntityVO
-
- org.cyclos.model.system.fields.CustomFieldVO
-
- org.cyclos.model.system.fields.CustomFieldDetailedVO
-
- org.cyclos.model.users.fields.UserCustomFieldDetailedVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasValueMatch,ICustomField,ProfileField
public class UserCustomFieldDetailedVO extends CustomFieldDetailedVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,UserCustomFieldDetailedVO>HIDDEN_BY_DEFAULTstatic BasicProperty<UserSectionDetailedVO,UserCustomFieldDetailedVO>SECTION-
Fields inherited from class org.cyclos.model.system.fields.CustomFieldDetailedVO
AD_VALUES, ALL_SELECTED_LABEL, ALLOW_MULTIPLE_VALUES, ALLOWED_MIME_TYPES, DATE_VALUES, DECIMAL_VALUES, DEFAULT_BOOLEAN_VALUE, DEFAULT_DATE_VALUE, DEFAULT_DECIMAL_VALUE, DEFAULT_INTEGER_VALUE, DEFAULT_RICH_TEXT_VALUE, DEFAULT_STRING_VALUE, DEFAULT_TEXT_VALUE, DEFAULT_USER_VALUE, DYNAMIC_VALUES, EXPANDED_CATEGORIES, HAS_VALUES_LIST, INFORMATION_TEXT, INTEGER_VALUES, MAX_FILES, OTHER_MIME_TYPES, PATTERN, POSSIBLE_VALUE_CATEGORIES, POSSIBLE_VALUES, PROCESS_AFTER_SCAN, RECORD_VALUES, REQUIRED, SHOW_QR_CODE_SCAN, SIZE, STORAGE_DIRECTORY, STRING_VALUES, TRANSACTION_VALUES, TRANSFER_VALUES, USER_VALUES
-
Fields inherited from class org.cyclos.model.system.fields.CustomFieldVO
CONTROL, DECIMAL_DIGITS, LINKED_ENTITY_RECORD_TYPE, LINKED_ENTITY_TYPE, NATURE, TYPE, VALUE_MATCH
-
Fields inherited from class org.cyclos.model.ConfigurationEntityVO
GLOBAL, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
Fields inherited from interface org.cyclos.model.users.users.ProfileField
PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description UserCustomFieldDetailedVO()UserCustomFieldDetailedVO(Long id)UserCustomFieldDetailedVO(Property<T,? super UserCustomFieldDetailedVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserSectionDetailedVOgetSection()booleanisHiddenByDefault()voidsetHiddenByDefault(boolean hiddenByDefault)voidsetSection(UserSectionDetailedVO section)-
Methods inherited from class org.cyclos.model.system.fields.CustomFieldDetailedVO
getAdValues, getAllowedMimeTypes, getAllSelectedLabel, getDateValues, getDecimalValues, getDefaultBooleanValue, getDefaultDateValue, getDefaultDecimalValue, getDefaultIntegerValue, getDefaultRichTextValue, getDefaultStringValue, getDefaultTextValue, getDefaultUserValue, getDynamicValues, getInformationText, getIntegerValues, getMaxFiles, getOtherMimeTypes, getPattern, getPossibleValueCategories, getPossibleValues, getProcessAfterScan, getRecordValues, getShowQrCodeScan, getSize, getStorageDirectory, getStringValues, getTransactionValues, getTransferValues, getUserValues, isAllowMultipleValues, isExpandedCategories, isHasValuesList, isRequired, setAdValues, setAllowedMimeTypes, setAllowMultipleValues, setAllSelectedLabel, setDateValues, setDecimalValues, setDefaultBooleanValue, setDefaultDateValue, setDefaultDecimalValue, setDefaultIntegerValue, setDefaultRichTextValue, setDefaultStringValue, setDefaultTextValue, setDefaultUserValue, setDynamicValues, setExpandedCategories, setHasValuesList, setInformationText, setIntegerValues, setMaxFiles, setOtherMimeTypes, setPattern, setPossibleValueCategories, setPossibleValues, setProcessAfterScan, setRecordValues, setRequired, setShowQrCodeScan, setSize, setStorageDirectory, setStringValues, setTransactionValues, setTransferValues, setUserValues
-
Methods inherited from class org.cyclos.model.system.fields.CustomFieldVO
getControl, getDecimalDigits, getLinkedEntityRecordType, getLinkedEntityType, getNature, getType, getValueMatch, setControl, setDecimalDigits, setLinkedEntityRecordType, setLinkedEntityType, setNature, setType, setValueMatch
-
Methods inherited from class org.cyclos.model.ConfigurationEntityVO
getInternalName, isGlobal, setGlobal, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
getInternalName, matches, setInternalName
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
HIDDEN_BY_DEFAULT
public static final BasicProperty<Boolean,UserCustomFieldDetailedVO> HIDDEN_BY_DEFAULT
-
SECTION
public static final BasicProperty<UserSectionDetailedVO,UserCustomFieldDetailedVO> SECTION
-
-
Constructor Detail
-
UserCustomFieldDetailedVO
public UserCustomFieldDetailedVO()
-
UserCustomFieldDetailedVO
public UserCustomFieldDetailedVO(Long id)
-
UserCustomFieldDetailedVO
public UserCustomFieldDetailedVO(Property<T,? super UserCustomFieldDetailedVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomFieldDetailedVO
-
isHiddenByDefault
public boolean isHiddenByDefault()
-
setHiddenByDefault
public void setHiddenByDefault(boolean hiddenByDefault)
-
getSection
public UserSectionDetailedVO getSection()
-
setSection
public void setSection(UserSectionDetailedVO section)
-
className
public String className()
- Overrides:
classNamein classCustomFieldDetailedVO
-
-