Class TransactionCustomFieldDTO
- 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.banking.transactionfields.TransactionCustomFieldDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,IInternalNamedEntity,INamedEntity,ICustomField
public class TransactionCustomFieldDTO extends CustomFieldDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<TransSearchContext,TransactionCustomFieldDTO>CONTEXTS_TO_SHOW_IN_LISTstatic SetProperty<TransSearchContext,TransactionCustomFieldDTO>CONTEXTS_TO_SHOW_IN_SEARCHstatic BasicProperty<Boolean,TransactionCustomFieldDTO>HIDE_IN_FORM-
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 TransactionCustomFieldDTO()TransactionCustomFieldDTO(Long id)TransactionCustomFieldDTO(Property<T,? super TransactionCustomFieldDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<TransSearchContext>getContextsToShowInList()Set<TransSearchContext>getContextsToShowInSearch()booleanisHideInForm()voidsetContextsToShowInList(Set<TransSearchContext> contextsToShowInList)voidsetContextsToShowInSearch(Set<TransSearchContext> contextsToShowInSearch)voidsetHideInForm(boolean hideInForm)-
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
-
CONTEXTS_TO_SHOW_IN_LIST
public static final SetProperty<TransSearchContext,TransactionCustomFieldDTO> CONTEXTS_TO_SHOW_IN_LIST
-
CONTEXTS_TO_SHOW_IN_SEARCH
public static final SetProperty<TransSearchContext,TransactionCustomFieldDTO> CONTEXTS_TO_SHOW_IN_SEARCH
-
HIDE_IN_FORM
public static final BasicProperty<Boolean,TransactionCustomFieldDTO> HIDE_IN_FORM
-
-
Constructor Detail
-
TransactionCustomFieldDTO
public TransactionCustomFieldDTO()
-
TransactionCustomFieldDTO
public TransactionCustomFieldDTO(Long id)
-
TransactionCustomFieldDTO
public TransactionCustomFieldDTO(Property<T,? super TransactionCustomFieldDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomFieldDTO
-
getContextsToShowInList
public Set<TransSearchContext> getContextsToShowInList()
-
setContextsToShowInList
public void setContextsToShowInList(Set<TransSearchContext> contextsToShowInList)
-
getContextsToShowInSearch
public Set<TransSearchContext> getContextsToShowInSearch()
-
setContextsToShowInSearch
public void setContextsToShowInSearch(Set<TransSearchContext> contextsToShowInSearch)
-
isHideInForm
public boolean isHideInForm()
-
setHideInForm
public void setHideInForm(boolean hideInForm)
-
className
public String className()
- Overrides:
classNamein classCustomFieldDTO
-
-