public class TransactionCustomFieldDTO extends CustomFieldDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,TransactionCustomFieldDTO> |
HIDE_IN_FORM |
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, DYNAMIC_SCRIPT, DYNAMIC_SCRIPT_PARAMETERS, EXACT_MATCH, EXPANDED_CATEGORIES, IGNORE_SANITIZER, INFORMATION_TEXT, INTEGER_VALUE_RANGE, LENGTH_CONSTRAINT, LINKED_ENTITY_TYPE, MAX_FILES, MAX_WORD_SIZE, NATURE, OTHER_MIME_TYPES, PATTERN, REQUIRED, SHOW_ALL, SIZE, TYPE, UNIQUE, VALIDATION_SCRIPT, VALIDATION_SCRIPT_PARAMETERSDESCRIPTION, INTERNAL_NAMENAMEIDNULL_PART| Constructor and Description |
|---|
TransactionCustomFieldDTO() |
TransactionCustomFieldDTO(java.lang.Long id) |
TransactionCustomFieldDTO(Property<T,? super TransactionCustomFieldDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isHideInForm() |
void |
setHideInForm(boolean hideInForm) |
getAllowedMimeTypes, getAllSelectedLabel, getControl, getDecimalDigits, getDecimalValueRange, getDefaultBooleanValue, getDefaultDateValue, getDefaultDecimalValue, getDefaultIntegerValue, getDefaultRichTextValue, getDefaultStringValue, getDefaultTextValue, getDynamicScript, getDynamicScriptParameters, getInformationText, getIntegerValueRange, getLengthConstraint, getLinkedEntityType, getMaxFiles, getMaxWordSize, getNature, getOtherMimeTypes, getPattern, getSize, getType, getValidationScript, getValidationScriptParameters, isDefaultDateToday, isExactMatch, isExpandedCategories, isIgnoreSanitizer, isRequired, isShowAll, isUnique, setAllowedMimeTypes, setAllSelectedLabel, setControl, setDecimalDigits, setDecimalValueRange, setDefaultBooleanValue, setDefaultDateToday, setDefaultDateValue, setDefaultDecimalValue, setDefaultIntegerValue, setDefaultRichTextValue, setDefaultStringValue, setDefaultTextValue, setDynamicScript, setDynamicScriptParameters, setExactMatch, setExpandedCategories, setIgnoreSanitizer, setInformationText, setIntegerValueRange, setLengthConstraint, setLinkedEntityType, setMaxFiles, setMaxWordSize, setNature, setOtherMimeTypes, 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, property, 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<java.lang.Boolean,TransactionCustomFieldDTO> HIDE_IN_FORM
public TransactionCustomFieldDTO()
public TransactionCustomFieldDTO(java.lang.Long id)
public TransactionCustomFieldDTO(Property<T,? super TransactionCustomFieldDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomFieldDTOpublic boolean isHideInForm()
public void setHideInForm(boolean hideInForm)
public java.lang.String className()
className in class CustomFieldDTO