public class TransactionDetailedVO extends TransactionVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccessClientDetailedVO,TransactionDetailedVO> |
ACCESS_CLIENT |
static BasicProperty<BasicUserVO,TransactionDetailedVO> |
BY |
static BasicProperty<ChannelVO,TransactionDetailedVO> |
CHANNEL |
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldValueVO,TransactionDetailedVO> |
CUSTOM_VALUES |
AUTHORIZATION_STATUS, CURRENCY_AMOUNT, DATE, DESCRIPTION, FROM_NAME, FROM_OWNER, NATURE, TO_NAME, TO_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
TransactionDetailedVO() |
TransactionDetailedVO(java.lang.Long id) |
TransactionDetailedVO(Property<T,? super TransactionDetailedVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccessClientDetailedVO |
getAccessClient() |
BasicUserVO |
getBy() |
ChannelVO |
getChannel() |
java.util.List<CustomFieldValueVO> |
getCustomValues() |
void |
setAccessClient(AccessClientDetailedVO accessClient) |
void |
setBy(BasicUserVO by) |
void |
setChannel(ChannelVO channel) |
void |
setCustomValues(java.util.List<CustomFieldValueVO> customValues) |
getAuthorizationStatus, getCurrencyAmount, getDate, getDescription, getFromName, getFromOwner, getNature, getToName, getToOwner, getTransactionNumber, getType, setAuthorizationStatus, setCurrencyAmount, setDate, setDescription, setFromName, setFromOwner, setNature, setToName, setToOwner, setTransactionNumber, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<AccessClientDetailedVO,TransactionDetailedVO> ACCESS_CLIENT
public static final BasicProperty<BasicUserVO,TransactionDetailedVO> BY
public static final BasicProperty<ChannelVO,TransactionDetailedVO> CHANNEL
public static final ListProperty<CustomFieldValueVO,TransactionDetailedVO> CUSTOM_VALUES
public TransactionDetailedVO()
public TransactionDetailedVO(java.lang.Long id)
public TransactionDetailedVO(Property<T,? super TransactionDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionVOpublic AccessClientDetailedVO getAccessClient()
public void setAccessClient(AccessClientDetailedVO accessClient)
public BasicUserVO getBy()
public void setBy(BasicUserVO by)
public ChannelVO getChannel()
public void setChannel(ChannelVO channel)
public java.util.List<CustomFieldValueVO> getCustomValues()
public void setCustomValues(java.util.List<CustomFieldValueVO> customValues)
public java.lang.String className()
className in class TransactionVO