public class TransferVO extends EntityVO implements HasTransactionNumber
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyAmountDTO,TransferVO> |
CURRENCY_AMOUNT |
static BasicProperty<DateTime,TransferVO> |
DATE |
static BasicProperty<AccountVO,TransferVO> |
FROM |
static SetProperty<TransferStatusWithFlowVO,TransferVO> |
STATUSES |
static BasicProperty<AccountVO,TransferVO> |
TO |
static BasicProperty<java.lang.Long,TransferVO> |
TRANSACTION_ID |
static BasicProperty<java.lang.String,TransferVO> |
TRANSACTION_NUMBER |
static BasicProperty<TransferTypeVO,TransferVO> |
TYPE |
ID| Constructor and Description |
|---|
TransferVO() |
TransferVO(java.lang.Long id) |
TransferVO(Property<T,? super TransferVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyAmountDTO |
getCurrencyAmount() |
DateTime |
getDate() |
AccountVO |
getFrom() |
java.util.Set<TransferStatusWithFlowVO> |
getStatuses() |
AccountVO |
getTo() |
java.lang.Long |
getTransactionId() |
java.lang.String |
getTransactionNumber() |
TransferTypeVO |
getType() |
void |
setCurrencyAmount(CurrencyAmountDTO currencyAmount) |
void |
setDate(DateTime date) |
void |
setFrom(AccountVO from) |
void |
setStatuses(java.util.Set<TransferStatusWithFlowVO> statuses) |
void |
setTo(AccountVO to) |
void |
setTransactionId(java.lang.Long transactionId) |
void |
setTransactionNumber(java.lang.String transactionNumber) |
void |
setType(TransferTypeVO type) |
getId, 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<CurrencyAmountDTO,TransferVO> CURRENCY_AMOUNT
public static final BasicProperty<DateTime,TransferVO> DATE
public static final BasicProperty<AccountVO,TransferVO> FROM
public static final SetProperty<TransferStatusWithFlowVO,TransferVO> STATUSES
public static final BasicProperty<AccountVO,TransferVO> TO
public static final BasicProperty<java.lang.Long,TransferVO> TRANSACTION_ID
public static final BasicProperty<java.lang.String,TransferVO> TRANSACTION_NUMBER
public static final BasicProperty<TransferTypeVO,TransferVO> TYPE
public TransferVO()
public TransferVO(java.lang.Long id)
public TransferVO(Property<T,? super TransferVO> 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 AccountVO getFrom()
public void setFrom(AccountVO from)
public java.util.Set<TransferStatusWithFlowVO> getStatuses()
public void setStatuses(java.util.Set<TransferStatusWithFlowVO> statuses)
public AccountVO getTo()
public void setTo(AccountVO to)
public java.lang.Long getTransactionId()
public void setTransactionId(java.lang.Long transactionId)
public java.lang.String getTransactionNumber()
getTransactionNumber in interface HasTransactionNumberpublic void setTransactionNumber(java.lang.String transactionNumber)
public TransferTypeVO getType()
public void setType(TransferTypeVO type)