Class RecordCustomFieldDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.NamedEntityDTO
-
- org.cyclos.model.ConfigurationEntityDTO
-
- org.cyclos.model.system.fields.CustomFieldDTO
-
- org.cyclos.model.users.recordfields.RecordCustomFieldDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,IInternalNamedEntity,INamedEntity,ICustomField
public class RecordCustomFieldDTO extends CustomFieldDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Integer,RecordCustomFieldDTO>COLSPANstatic BasicProperty<RecordTypeVO,RecordCustomFieldDTO>RECORD_TYPEstatic BasicProperty<Boolean,RecordCustomFieldDTO>SHOW_IN_LISTstatic BasicProperty<Boolean,RecordCustomFieldDTO>SHOW_IN_SEARCH-
Fields inherited from class org.cyclos.model.system.fields.CustomFieldDTO
ALL_SELECTED_LABEL, ALLOWED_MIME_TYPES, CONTROL, DECIMAL_DIGITS, DECIMAL_VALUE_RANGE, DEFAULT_BOOLEAN_VALUE, DEFAULT_DATE_TODAY, DEFAULT_DATE_VALUE, DEFAULT_DECIMAL_VALUE, DEFAULT_INTEGER_VALUE, DEFAULT_RICH_TEXT_VALUE, DEFAULT_STRING_VALUE, DEFAULT_TEXT_VALUE, EXPANDED_CATEGORIES, IGNORE_SANITIZER, INFORMATION_TEXT, INTEGER_VALUE_RANGE, LENGTH_CONSTRAINT, LINKED_ENTITY_RECORD_TYPE, LINKED_ENTITY_TYPE, LOAD_VALUES_SCRIPT, LOAD_VALUES_SCRIPT_PARAMETERS, MAX_FILES, MAX_WORD_SIZE, NATURE, OTHER_MIME_TYPES, PATTERN, REQUIRED, SHOW_QR_CODE_SCAN, SIZE, STORAGE_DIRECTORY, TYPE, UNIQUE, VALIDATION_SCRIPT, VALIDATION_SCRIPT_PARAMETERS, VALUE_MATCH
-
Fields inherited from class org.cyclos.model.ConfigurationEntityDTO
DESCRIPTION, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description RecordCustomFieldDTO()RecordCustomFieldDTO(Long id)RecordCustomFieldDTO(Property<T,? super RecordCustomFieldDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()intgetColspan()RecordTypeVOgetRecordType()booleanisShowInList()booleanisShowInSearch()voidsetColspan(int colspan)voidsetRecordType(RecordTypeVO recordType)voidsetShowInList(boolean showInList)voidsetShowInSearch(boolean showInSearch)-
Methods inherited from class org.cyclos.model.system.fields.CustomFieldDTO
getAllowedMimeTypes, getAllSelectedLabel, getControl, getDecimalDigits, getDecimalValueRange, getDefaultBooleanValue, getDefaultDateValue, getDefaultDecimalValue, getDefaultIntegerValue, getDefaultRichTextValue, getDefaultStringValue, getDefaultTextValue, getInformationText, getIntegerValueRange, getLengthConstraint, getLinkedEntityRecordType, getLinkedEntityType, getLoadValuesScript, getLoadValuesScriptParameters, getMaxFiles, getMaxWordSize, getNature, getOtherMimeTypes, getPattern, getShowQrCodeScan, getSize, getStorageDirectory, getType, getValidationScript, getValidationScriptParameters, getValueMatch, isDefaultDateToday, isExpandedCategories, isIgnoreSanitizer, isRequired, isUnique, setAllowedMimeTypes, setAllSelectedLabel, setControl, setDecimalDigits, setDecimalValueRange, setDefaultBooleanValue, setDefaultDateToday, setDefaultDateValue, setDefaultDecimalValue, setDefaultIntegerValue, setDefaultRichTextValue, setDefaultStringValue, setDefaultTextValue, setExpandedCategories, setIgnoreSanitizer, setInformationText, setIntegerValueRange, setLengthConstraint, setLinkedEntityRecordType, setLinkedEntityType, setLoadValuesScript, setLoadValuesScriptParameters, setMaxFiles, setMaxWordSize, setNature, setOtherMimeTypes, setPattern, setRequired, setShowQrCodeScan, setSize, setStorageDirectory, setType, setUnique, setValidationScript, setValidationScriptParameters, setValueMatch
-
Methods inherited from class org.cyclos.model.ConfigurationEntityDTO
getDescription, getInternalName, setDescription, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, 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
-
COLSPAN
public static final BasicProperty<Integer,RecordCustomFieldDTO> COLSPAN
-
RECORD_TYPE
public static final BasicProperty<RecordTypeVO,RecordCustomFieldDTO> RECORD_TYPE
-
SHOW_IN_LIST
public static final BasicProperty<Boolean,RecordCustomFieldDTO> SHOW_IN_LIST
-
SHOW_IN_SEARCH
public static final BasicProperty<Boolean,RecordCustomFieldDTO> SHOW_IN_SEARCH
-
-
Constructor Detail
-
RecordCustomFieldDTO
public RecordCustomFieldDTO()
-
RecordCustomFieldDTO
public RecordCustomFieldDTO(Long id)
-
RecordCustomFieldDTO
public RecordCustomFieldDTO(Property<T,? super RecordCustomFieldDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomFieldDTO
-
getColspan
public int getColspan()
-
setColspan
public void setColspan(int colspan)
-
getRecordType
public RecordTypeVO getRecordType()
-
setRecordType
public void setRecordType(RecordTypeVO recordType)
-
isShowInList
public boolean isShowInList()
-
setShowInList
public void setShowInList(boolean showInList)
-
isShowInSearch
public boolean isShowInSearch()
-
setShowInSearch
public void setShowInSearch(boolean showInSearch)
-
className
public String className()
- Overrides:
classNamein classCustomFieldDTO
-
-