public class TransactionCustomFieldDetailedVO extends CustomFieldVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferTypeVO,TransactionCustomFieldDetailedVO> |
TRANSFER_TYPES |
CONTROL, LINKED_ENTITY_TYPE, NATURE, TYPEINTERNAL_NAMENAMEIDPROPERTY_NAME| Constructor and Description |
|---|
TransactionCustomFieldDetailedVO() |
TransactionCustomFieldDetailedVO(java.lang.Long id) |
TransactionCustomFieldDetailedVO(Property<T,? super TransactionCustomFieldDetailedVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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 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 CustomFieldVOpublic java.util.List<TransferTypeVO> getTransferTypes()
public void setTransferTypes(java.util.List<TransferTypeVO> transferTypes)
public java.lang.String className()
className in class CustomFieldVO