Class AccountHistoryEntryVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.accounts.AccountHistoryEntryVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class AccountHistoryEntryVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BigDecimal,AccountHistoryEntryVO>AMOUNTstatic StringCLASS_NAMEstatic ListProperty<CustomFieldValueVO,AccountHistoryEntryVO>CUSTOM_VALUESstatic BasicProperty<DateTime,AccountHistoryEntryVO>DATEstatic BasicProperty<String,AccountHistoryEntryVO>DESCRIPTIONstatic BasicProperty<ImageVO,AccountHistoryEntryVO>IMAGEstatic BasicProperty<AccountVO,AccountHistoryEntryVO>RELATED_ACCOUNTstatic BasicProperty<String,AccountHistoryEntryVO>RELATED_NAMEstatic ListProperty<TransferStatusWithFlowVO,AccountHistoryEntryVO>STATUSESstatic BasicProperty<Long,AccountHistoryEntryVO>TRANSACTION_IDstatic BasicProperty<TransactionNature,AccountHistoryEntryVO>TRANSACTION_NATUREstatic BasicProperty<String,AccountHistoryEntryVO>TRANSACTION_NUMBERstatic BasicProperty<String,AccountHistoryEntryVO>TRANSACTION_TRANSACTION_NUMBERstatic BasicProperty<TransferTypeVO,AccountHistoryEntryVO>TYPE-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccountHistoryEntryVO()AccountHistoryEntryVO(Long id)AccountHistoryEntryVO(Property<T,? super AccountHistoryEntryVO> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AMOUNT
public static final BasicProperty<BigDecimal,AccountHistoryEntryVO> AMOUNT
-
CUSTOM_VALUES
public static final ListProperty<CustomFieldValueVO,AccountHistoryEntryVO> CUSTOM_VALUES
-
DATE
public static final BasicProperty<DateTime,AccountHistoryEntryVO> DATE
-
DESCRIPTION
public static final BasicProperty<String,AccountHistoryEntryVO> DESCRIPTION
-
IMAGE
public static final BasicProperty<ImageVO,AccountHistoryEntryVO> IMAGE
-
RELATED_ACCOUNT
public static final BasicProperty<AccountVO,AccountHistoryEntryVO> RELATED_ACCOUNT
-
RELATED_NAME
public static final BasicProperty<String,AccountHistoryEntryVO> RELATED_NAME
-
STATUSES
public static final ListProperty<TransferStatusWithFlowVO,AccountHistoryEntryVO> STATUSES
-
TRANSACTION_ID
public static final BasicProperty<Long,AccountHistoryEntryVO> TRANSACTION_ID
-
TRANSACTION_NATURE
public static final BasicProperty<TransactionNature,AccountHistoryEntryVO> TRANSACTION_NATURE
-
TRANSACTION_NUMBER
public static final BasicProperty<String,AccountHistoryEntryVO> TRANSACTION_NUMBER
-
TRANSACTION_TRANSACTION_NUMBER
public static final BasicProperty<String,AccountHistoryEntryVO> TRANSACTION_TRANSACTION_NUMBER
-
TYPE
public static final BasicProperty<TransferTypeVO,AccountHistoryEntryVO> TYPE
-
-
Constructor Detail
-
AccountHistoryEntryVO
public AccountHistoryEntryVO()
-
AccountHistoryEntryVO
public AccountHistoryEntryVO(Long id)
-
AccountHistoryEntryVO
public AccountHistoryEntryVO(Property<T,? super AccountHistoryEntryVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
getCustomValues
public List<CustomFieldValueVO> getCustomValues()
-
setCustomValues
public void setCustomValues(List<CustomFieldValueVO> customValues)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getImage
public ImageVO getImage()
-
setImage
public void setImage(ImageVO image)
-
getRelatedAccount
public AccountVO getRelatedAccount()
-
setRelatedAccount
public void setRelatedAccount(AccountVO relatedAccount)
-
getRelatedName
public String getRelatedName()
-
setRelatedName
public void setRelatedName(String relatedName)
-
getStatuses
public List<TransferStatusWithFlowVO> getStatuses()
-
setStatuses
public void setStatuses(List<TransferStatusWithFlowVO> statuses)
-
getTransactionId
public Long getTransactionId()
-
setTransactionId
public void setTransactionId(Long transactionId)
-
getTransactionNature
public TransactionNature getTransactionNature()
-
setTransactionNature
public void setTransactionNature(TransactionNature transactionNature)
-
getTransactionNumber
public String getTransactionNumber()
-
setTransactionNumber
public void setTransactionNumber(String transactionNumber)
-
getTransactionTransactionNumber
public String getTransactionTransactionNumber()
-
setTransactionTransactionNumber
public void setTransactionTransactionNumber(String transactionTransactionNumber)
-
getType
public TransferTypeVO getType()
-
setType
public void setType(TransferTypeVO type)
-
toString
public String toString()
- Overrides:
toStringin classEntityModel
-
-