public class TransactionVO extends EntityVO implements HasTransactionNumber
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyAmountDTO,TransactionVO> |
CURRENCY_AMOUNT |
static BasicProperty<DateTime,TransactionVO> |
DATE |
static BasicProperty<java.lang.String,TransactionVO> |
DESCRIPTION |
static BasicProperty<java.lang.String,TransactionVO> |
FROM_NAME |
static BasicProperty<InternalAccountOwner,TransactionVO> |
FROM_OWNER |
static BasicProperty<TransactionNature,TransactionVO> |
NATURE |
static BasicProperty<java.lang.String,TransactionVO> |
TO_NAME |
static BasicProperty<AccountOwner,TransactionVO> |
TO_OWNER |
static BasicProperty<java.lang.String,TransactionVO> |
TRANSACTION_NUMBER |
static BasicProperty<TransferTypeVO,TransactionVO> |
TYPE |
ID| Constructor and Description |
|---|
TransactionVO() |
TransactionVO(java.lang.Long id) |
TransactionVO(Property<T,? super TransactionVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyAmountDTO |
getCurrencyAmount() |
DateTime |
getDate() |
java.lang.String |
getDescription() |
java.lang.String |
getFromName() |
InternalAccountOwner |
getFromOwner() |
TransactionNature |
getNature() |
java.lang.String |
getToName() |
AccountOwner |
getToOwner() |
java.lang.String |
getTransactionNumber() |
TransferTypeVO |
getType() |
void |
setCurrencyAmount(CurrencyAmountDTO currencyAmount) |
void |
setDate(DateTime date) |
void |
setDescription(java.lang.String description) |
void |
setFromName(java.lang.String fromName) |
void |
setFromOwner(InternalAccountOwner fromOwner) |
void |
setNature(TransactionNature nature) |
void |
setToName(java.lang.String toName) |
void |
setToOwner(AccountOwner toOwner) |
void |
setTransactionNumber(java.lang.String transactionNumber) |
void |
setType(TransferTypeVO type) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<CurrencyAmountDTO,TransactionVO> CURRENCY_AMOUNT
public static final BasicProperty<DateTime,TransactionVO> DATE
public static final BasicProperty<java.lang.String,TransactionVO> DESCRIPTION
public static final BasicProperty<java.lang.String,TransactionVO> FROM_NAME
public static final BasicProperty<InternalAccountOwner,TransactionVO> FROM_OWNER
public static final BasicProperty<TransactionNature,TransactionVO> NATURE
public static final BasicProperty<java.lang.String,TransactionVO> TO_NAME
public static final BasicProperty<AccountOwner,TransactionVO> TO_OWNER
public static final BasicProperty<java.lang.String,TransactionVO> TRANSACTION_NUMBER
public static final BasicProperty<TransferTypeVO,TransactionVO> TYPE
public TransactionVO()
public TransactionVO(java.lang.Long id)
public TransactionVO(Property<T,? super TransactionVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic CurrencyAmountDTO getCurrencyAmount()
public void setCurrencyAmount(CurrencyAmountDTO currencyAmount)
public DateTime getDate()
public void setDate(DateTime date)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getFromName()
public void setFromName(java.lang.String fromName)
public InternalAccountOwner getFromOwner()
public void setFromOwner(InternalAccountOwner fromOwner)
public TransactionNature getNature()
public void setNature(TransactionNature nature)
public java.lang.String getToName()
public void setToName(java.lang.String toName)
public AccountOwner getToOwner()
public void setToOwner(AccountOwner toOwner)
public java.lang.String getTransactionNumber()
getTransactionNumber in interface HasTransactionNumberpublic void setTransactionNumber(java.lang.String transactionNumber)
public TransferTypeVO getType()
public void setType(TransferTypeVO type)