public class DocumentCustomFieldDTO extends CustomFieldDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DocumentVO,DocumentCustomFieldDTO> |
DOCUMENT |
ALL_SELECTED_LABEL, CONTROL, DEFAULT_BOOLEAN_VALUE, DEFAULT_DATE_VALUE, DEFAULT_DECIMAL_VALUE, DEFAULT_INTEGER_VALUE, DEFAULT_RICH_TEXT_VALUE, DEFAULT_STRING_VALUE, DEFAULT_TEXT_VALUE, DYNAMIC_SCRIPT, DYNAMIC_SCRIPT_PARAMETERS, EXPANDED_CATEGORIES, INFORMATION_TEXT, LENGTH_CONSTRAINT, LINKED_ENTITY_TYPE, NATURE, PATTERN, REQUIRED, SHOW_ALL, SIZE, TYPE, UNIQUE, VALIDATION_SCRIPT, VALIDATION_SCRIPT_PARAMETERSDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
DocumentCustomFieldDTO() |
DocumentCustomFieldDTO(java.lang.Long id) |
DocumentCustomFieldDTO(Property<T,? super DocumentCustomFieldDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DocumentVO |
getDocument() |
void |
setDocument(DocumentVO document) |
getAllSelectedLabel, getControl, getDefaultBooleanValue, getDefaultDateValue, getDefaultDecimalValue, getDefaultIntegerValue, getDefaultRichTextValue, getDefaultStringValue, getDefaultTextValue, getDynamicScript, getDynamicScriptParameters, getInformationText, getLengthConstraint, getLinkedEntityType, getNature, getPattern, getRequired, getSize, getType, getUnique, getValidationScript, getValidationScriptParameters, isExpandedCategories, isShowAll, setAllSelectedLabel, setControl, setDefaultBooleanValue, setDefaultDateValue, setDefaultDecimalValue, setDefaultIntegerValue, setDefaultRichTextValue, setDefaultStringValue, setDefaultTextValue, setDynamicScript, setDynamicScriptParameters, setExpandedCategories, setInformationText, setLengthConstraint, setLinkedEntityType, setNature, setPattern, setRequired, setShowAll, setSize, setType, setUnique, setValidationScript, setValidationScriptParametersgetDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInternalName, setInternalNamegetName, setNamepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<DocumentVO,DocumentCustomFieldDTO> DOCUMENT
public DocumentCustomFieldDTO()
public DocumentCustomFieldDTO(java.lang.Long id)
public DocumentCustomFieldDTO(Property<T,? super DocumentCustomFieldDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomFieldDTOpublic DocumentVO getDocument()
public void setDocument(DocumentVO document)
public java.lang.String className()
className in class CustomFieldDTO