public class TransactionCustomFieldDetailedVO extends CustomFieldVO
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<TransferTypeVO,TransactionCustomFieldDetailedVO> |
TRANSFER_TYPES |
CONTROL, LINKED_ENTITY_TYPE, NATURE, TYPEINTERNAL_NAMENAMEID| Constructor and Description |
|---|
TransactionCustomFieldDetailedVO() |
TransactionCustomFieldDetailedVO(java.lang.Long id) |
TransactionCustomFieldDetailedVO(Property<T,? super TransactionCustomFieldDetailedVO> 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
|
java.util.List<TransferTypeVO> |
getTransferTypes() |
void |
setTransferTypes(java.util.List<TransferTypeVO> transferTypes) |
getControl, getLinkedEntityType, getNature, getType, setControl, setLinkedEntityType, setNature, setTypegetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInternalName, getNamepublic static final ListProperty<TransferTypeVO,TransactionCustomFieldDetailedVO> TRANSFER_TYPES
public TransactionCustomFieldDetailedVO()
public TransactionCustomFieldDetailedVO(java.lang.Long id)
public TransactionCustomFieldDetailedVO(Property<T,? super TransactionCustomFieldDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomFieldVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class CustomFieldVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class CustomFieldVOpublic java.util.List<TransferTypeVO> getTransferTypes()
public void setTransferTypes(java.util.List<TransferTypeVO> transferTypes)