public class RecordCustomFieldDTO extends CustomFieldDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<RecordTypeVO,RecordCustomFieldDTO> |
RECORD_TYPE |
static Property<java.lang.Boolean,RecordCustomFieldDTO> |
SHOW_IN_LIST |
static Property<java.lang.Boolean,RecordCustomFieldDTO> |
SHOW_IN_SEARCH |
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 |
|---|
RecordCustomFieldDTO() |
RecordCustomFieldDTO(java.lang.Long id) |
RecordCustomFieldDTO(Property<T,? super RecordCustomFieldDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
RecordTypeVO |
getRecordType() |
java.lang.Boolean |
getShowInList() |
java.lang.Boolean |
getShowInSearch() |
void |
setRecordType(RecordTypeVO recordType) |
void |
setShowInList(java.lang.Boolean showInList) |
void |
setShowInSearch(java.lang.Boolean showInSearch) |
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, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInternalName, getNamepublic static final Property<RecordTypeVO,RecordCustomFieldDTO> RECORD_TYPE
public static final Property<java.lang.Boolean,RecordCustomFieldDTO> SHOW_IN_LIST
public static final Property<java.lang.Boolean,RecordCustomFieldDTO> SHOW_IN_SEARCH
public RecordCustomFieldDTO()
public RecordCustomFieldDTO(java.lang.Long id)
public RecordCustomFieldDTO(Property<T,? super RecordCustomFieldDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomFieldDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class CustomFieldDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class CustomFieldDTOpublic RecordTypeVO getRecordType()
public java.lang.Boolean getShowInList()
public java.lang.Boolean getShowInSearch()
public void setRecordType(RecordTypeVO recordType)
public void setShowInList(java.lang.Boolean showInList)
public void setShowInSearch(java.lang.Boolean showInSearch)