Package org.cyclos.model.system.fields
Class CustomFieldDetailedVO
- 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
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasValueMatch,ICustomField,ProfileField
- Direct Known Subclasses:
RecordCustomFieldDetailedVO,UserCustomFieldDetailedVO
public class CustomFieldDetailedVO extends CustomFieldVO
- See Also:
- Serialized Form
-
-
Field Summary
-
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 CustomFieldDetailedVO()CustomFieldDetailedVO(Long id)CustomFieldDetailedVO(Property<T,? super CustomFieldDetailedVO> property, T value)
-
Method Summary
-
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.EntityVO
equals, getId, getIds, getUniqueIds
-
Methods inherited from class org.cyclos.model.EntityModel
getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
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
-
AD_VALUES
public static final ListProperty<BasicAdVO,CustomFieldDetailedVO> AD_VALUES
-
ALL_SELECTED_LABEL
public static final BasicProperty<String,CustomFieldDetailedVO> ALL_SELECTED_LABEL
-
ALLOW_MULTIPLE_VALUES
public static final BasicProperty<Boolean,CustomFieldDetailedVO> ALLOW_MULTIPLE_VALUES
-
ALLOWED_MIME_TYPES
public static final SetProperty<FileMimeType,CustomFieldDetailedVO> ALLOWED_MIME_TYPES
-
DATE_VALUES
public static final ListProperty<DateTime,CustomFieldDetailedVO> DATE_VALUES
-
DECIMAL_VALUES
public static final ListProperty<BigDecimal,CustomFieldDetailedVO> DECIMAL_VALUES
-
DEFAULT_BOOLEAN_VALUE
public static final BasicProperty<Boolean,CustomFieldDetailedVO> DEFAULT_BOOLEAN_VALUE
-
DEFAULT_DATE_VALUE
public static final BasicProperty<DateTime,CustomFieldDetailedVO> DEFAULT_DATE_VALUE
-
DEFAULT_DECIMAL_VALUE
public static final BasicProperty<BigDecimal,CustomFieldDetailedVO> DEFAULT_DECIMAL_VALUE
-
DEFAULT_INTEGER_VALUE
public static final BasicProperty<Integer,CustomFieldDetailedVO> DEFAULT_INTEGER_VALUE
-
DEFAULT_RICH_TEXT_VALUE
public static final BasicProperty<String,CustomFieldDetailedVO> DEFAULT_RICH_TEXT_VALUE
-
DEFAULT_STRING_VALUE
public static final BasicProperty<String,CustomFieldDetailedVO> DEFAULT_STRING_VALUE
-
DEFAULT_TEXT_VALUE
public static final BasicProperty<String,CustomFieldDetailedVO> DEFAULT_TEXT_VALUE
-
DEFAULT_USER_VALUE
public static final BasicProperty<UserVO,CustomFieldDetailedVO> DEFAULT_USER_VALUE
-
DYNAMIC_VALUES
public static final ListProperty<DynamicFieldValueVO,CustomFieldDetailedVO> DYNAMIC_VALUES
-
EXPANDED_CATEGORIES
public static final BasicProperty<Boolean,CustomFieldDetailedVO> EXPANDED_CATEGORIES
-
HAS_VALUES_LIST
public static final BasicProperty<Boolean,CustomFieldDetailedVO> HAS_VALUES_LIST
-
INFORMATION_TEXT
public static final BasicProperty<String,CustomFieldDetailedVO> INFORMATION_TEXT
-
INTEGER_VALUES
public static final ListProperty<Integer,CustomFieldDetailedVO> INTEGER_VALUES
-
MAX_FILES
public static final BasicProperty<Integer,CustomFieldDetailedVO> MAX_FILES
-
OTHER_MIME_TYPES
public static final BasicProperty<String,CustomFieldDetailedVO> OTHER_MIME_TYPES
-
PATTERN
public static final BasicProperty<String,CustomFieldDetailedVO> PATTERN
-
POSSIBLE_VALUE_CATEGORIES
public static final ListProperty<CustomFieldPossibleValueCategoryVO,CustomFieldDetailedVO> POSSIBLE_VALUE_CATEGORIES
-
POSSIBLE_VALUES
public static final ListProperty<CustomFieldPossibleValueVO,CustomFieldDetailedVO> POSSIBLE_VALUES
-
RECORD_VALUES
public static final ListProperty<RecordVO,CustomFieldDetailedVO> RECORD_VALUES
-
REQUIRED
public static final BasicProperty<Boolean,CustomFieldDetailedVO> REQUIRED
-
SIZE
public static final BasicProperty<CustomFieldSize,CustomFieldDetailedVO> SIZE
-
STORAGE_DIRECTORY
public static final BasicProperty<String,CustomFieldDetailedVO> STORAGE_DIRECTORY
-
STRING_VALUES
public static final ListProperty<String,CustomFieldDetailedVO> STRING_VALUES
-
TRANSACTION_VALUES
public static final ListProperty<TransactionVO,CustomFieldDetailedVO> TRANSACTION_VALUES
-
TRANSFER_VALUES
public static final ListProperty<TransferVO,CustomFieldDetailedVO> TRANSFER_VALUES
-
USER_VALUES
public static final ListProperty<UserVO,CustomFieldDetailedVO> USER_VALUES
-
-
Constructor Detail
-
CustomFieldDetailedVO
public CustomFieldDetailedVO()
-
CustomFieldDetailedVO
public CustomFieldDetailedVO(Long id)
-
CustomFieldDetailedVO
public CustomFieldDetailedVO(Property<T,? super CustomFieldDetailedVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomFieldVO
-
getAllSelectedLabel
public String getAllSelectedLabel()
-
setAllSelectedLabel
public void setAllSelectedLabel(String allSelectedLabel)
-
isAllowMultipleValues
public boolean isAllowMultipleValues()
-
setAllowMultipleValues
public void setAllowMultipleValues(boolean allowMultipleValues)
-
getAllowedMimeTypes
public Set<FileMimeType> getAllowedMimeTypes()
-
setAllowedMimeTypes
public void setAllowedMimeTypes(Set<FileMimeType> allowedMimeTypes)
-
getDecimalValues
public List<BigDecimal> getDecimalValues()
-
setDecimalValues
public void setDecimalValues(List<BigDecimal> decimalValues)
-
getDefaultBooleanValue
public Boolean getDefaultBooleanValue()
-
setDefaultBooleanValue
public void setDefaultBooleanValue(Boolean defaultBooleanValue)
-
getDefaultDateValue
public DateTime getDefaultDateValue()
-
setDefaultDateValue
public void setDefaultDateValue(DateTime defaultDateValue)
-
getDefaultDecimalValue
public BigDecimal getDefaultDecimalValue()
-
setDefaultDecimalValue
public void setDefaultDecimalValue(BigDecimal defaultDecimalValue)
-
getDefaultIntegerValue
public Integer getDefaultIntegerValue()
-
setDefaultIntegerValue
public void setDefaultIntegerValue(Integer defaultIntegerValue)
-
getDefaultRichTextValue
public String getDefaultRichTextValue()
-
setDefaultRichTextValue
public void setDefaultRichTextValue(String defaultRichTextValue)
-
getDefaultStringValue
public String getDefaultStringValue()
-
setDefaultStringValue
public void setDefaultStringValue(String defaultStringValue)
-
getDefaultTextValue
public String getDefaultTextValue()
-
setDefaultTextValue
public void setDefaultTextValue(String defaultTextValue)
-
getDefaultUserValue
public UserVO getDefaultUserValue()
-
setDefaultUserValue
public void setDefaultUserValue(UserVO defaultUserValue)
-
getDynamicValues
public List<DynamicFieldValueVO> getDynamicValues()
-
setDynamicValues
public void setDynamicValues(List<DynamicFieldValueVO> dynamicValues)
-
isExpandedCategories
public boolean isExpandedCategories()
-
setExpandedCategories
public void setExpandedCategories(boolean expandedCategories)
-
isHasValuesList
public boolean isHasValuesList()
-
setHasValuesList
public void setHasValuesList(boolean hasValuesList)
-
getInformationText
public String getInformationText()
-
setInformationText
public void setInformationText(String informationText)
-
getMaxFiles
public Integer getMaxFiles()
-
setMaxFiles
public void setMaxFiles(Integer maxFiles)
-
getOtherMimeTypes
public String getOtherMimeTypes()
-
setOtherMimeTypes
public void setOtherMimeTypes(String otherMimeTypes)
-
getPattern
public String getPattern()
-
setPattern
public void setPattern(String pattern)
-
getPossibleValueCategories
public List<CustomFieldPossibleValueCategoryVO> getPossibleValueCategories()
-
setPossibleValueCategories
public void setPossibleValueCategories(List<CustomFieldPossibleValueCategoryVO> possibleValueCategories)
-
getPossibleValues
public List<CustomFieldPossibleValueVO> getPossibleValues()
-
setPossibleValues
public void setPossibleValues(List<CustomFieldPossibleValueVO> possibleValues)
-
isRequired
public boolean isRequired()
-
setRequired
public void setRequired(boolean required)
-
getSize
public CustomFieldSize getSize()
-
setSize
public void setSize(CustomFieldSize size)
-
getStorageDirectory
public String getStorageDirectory()
-
setStorageDirectory
public void setStorageDirectory(String storageDirectory)
-
getTransactionValues
public List<TransactionVO> getTransactionValues()
-
setTransactionValues
public void setTransactionValues(List<TransactionVO> transactionValues)
-
getTransferValues
public List<TransferVO> getTransferValues()
-
setTransferValues
public void setTransferValues(List<TransferVO> transferValues)
-
className
public String className()
- Overrides:
classNamein classCustomFieldVO
-
-