public class AccountHistoryEntryVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,AccountHistoryEntryVO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldValueVO,AccountHistoryEntryVO> |
CUSTOM_VALUES |
static BasicProperty<DateTime,AccountHistoryEntryVO> |
DATE |
static BasicProperty<java.lang.String,AccountHistoryEntryVO> |
DESCRIPTION |
static BasicProperty<AccountVO,AccountHistoryEntryVO> |
RELATED_ACCOUNT |
static BasicProperty<java.lang.String,AccountHistoryEntryVO> |
RELATED_ACCOUNT_NAME |
static ListProperty<TransferStatusWithFlowVO,AccountHistoryEntryVO> |
STATUSES |
static BasicProperty<java.lang.Long,AccountHistoryEntryVO> |
TRANSACTION_ID |
static BasicProperty<TransactionNature,AccountHistoryEntryVO> |
TRANSACTION_NATURE |
static BasicProperty<java.lang.String,AccountHistoryEntryVO> |
TRANSACTION_NUMBER |
static BasicProperty<TransferTypeVO,AccountHistoryEntryVO> |
TYPE |
ID| Constructor and Description |
|---|
AccountHistoryEntryVO() |
AccountHistoryEntryVO(java.lang.Long id) |
AccountHistoryEntryVO(Property<T,? super AccountHistoryEntryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getAmount() |
java.util.List<CustomFieldValueVO> |
getCustomValues() |
DateTime |
getDate() |
java.lang.String |
getDescription() |
AccountVO |
getRelatedAccount() |
java.lang.String |
getRelatedAccountName() |
java.util.List<TransferStatusWithFlowVO> |
getStatuses() |
java.lang.Long |
getTransactionId() |
TransactionNature |
getTransactionNature() |
java.lang.String |
getTransactionNumber() |
TransferTypeVO |
getType() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setCustomValues(java.util.List<CustomFieldValueVO> customValues) |
void |
setDate(DateTime date) |
void |
setDescription(java.lang.String description) |
void |
setRelatedAccount(AccountVO relatedAccount) |
void |
setRelatedAccountName(java.lang.String relatedAccountName) |
void |
setStatuses(java.util.List<TransferStatusWithFlowVO> statuses) |
void |
setTransactionId(java.lang.Long transactionId) |
void |
setTransactionNature(TransactionNature transactionNature) |
void |
setTransactionNumber(java.lang.String transactionNumber) |
void |
setType(TransferTypeVO type) |
java.lang.String |
toString() |
getId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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<java.math.BigDecimal,AccountHistoryEntryVO> AMOUNT
public static final ListProperty<CustomFieldValueVO,AccountHistoryEntryVO> CUSTOM_VALUES
public static final BasicProperty<DateTime,AccountHistoryEntryVO> DATE
public static final BasicProperty<java.lang.String,AccountHistoryEntryVO> DESCRIPTION
public static final BasicProperty<AccountVO,AccountHistoryEntryVO> RELATED_ACCOUNT
public static final BasicProperty<java.lang.String,AccountHistoryEntryVO> RELATED_ACCOUNT_NAME
public static final ListProperty<TransferStatusWithFlowVO,AccountHistoryEntryVO> STATUSES
public static final BasicProperty<java.lang.Long,AccountHistoryEntryVO> TRANSACTION_ID
public static final BasicProperty<TransactionNature,AccountHistoryEntryVO> TRANSACTION_NATURE
public static final BasicProperty<java.lang.String,AccountHistoryEntryVO> TRANSACTION_NUMBER
public static final BasicProperty<TransferTypeVO,AccountHistoryEntryVO> TYPE
public AccountHistoryEntryVO()
public AccountHistoryEntryVO(java.lang.Long id)
public AccountHistoryEntryVO(Property<T,? super AccountHistoryEntryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public java.util.List<CustomFieldValueVO> getCustomValues()
public void setCustomValues(java.util.List<CustomFieldValueVO> customValues)
public DateTime getDate()
public void setDate(DateTime date)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public AccountVO getRelatedAccount()
public void setRelatedAccount(AccountVO relatedAccount)
public java.lang.String getRelatedAccountName()
public void setRelatedAccountName(java.lang.String relatedAccountName)
public java.util.List<TransferStatusWithFlowVO> getStatuses()
public void setStatuses(java.util.List<TransferStatusWithFlowVO> statuses)
public java.lang.Long getTransactionId()
public void setTransactionId(java.lang.Long transactionId)
public TransactionNature getTransactionNature()
public void setTransactionNature(TransactionNature transactionNature)
public java.lang.String getTransactionNumber()
public void setTransactionNumber(java.lang.String transactionNumber)
public TransferTypeVO getType()
public void setType(TransferTypeVO type)
public java.lang.String toString()
toString in class EntityModel