Class AccountHistoryOverviewEntryVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.transactions.TransVO
-
- org.cyclos.model.banking.transfers.TransferVO
-
- org.cyclos.model.banking.accounts.AccountHistoryOverviewEntryVO
-
- All Implemented Interfaces:
Serializable,HasTransactionNumber,IEntity,HasDisplay
public class AccountHistoryOverviewEntryVO extends TransferVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<CustomFieldValueVO,AccountHistoryOverviewEntryVO>CUSTOM_VALUESstatic BasicProperty<String,AccountHistoryOverviewEntryVO>FROM_NAMEstatic BasicProperty<String,AccountHistoryOverviewEntryVO>TO_NAME-
Fields inherited from class org.cyclos.model.banking.transfers.TransferVO
NATURE, STATUSES, TRANSACTION_ID, TRANSACTION_TRANSACTION_NUMBER
-
Fields inherited from class org.cyclos.model.banking.transactions.TransVO
CURRENCY_AMOUNT, DATE, DISPLAY, FROM, TO, TRANSACTION_NUMBER, TYPE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccountHistoryOverviewEntryVO()AccountHistoryOverviewEntryVO(Long id)AccountHistoryOverviewEntryVO(Property<T,? super AccountHistoryOverviewEntryVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<CustomFieldValueVO>getCustomValues()StringgetFromName()StringgetToName()voidsetCustomValues(List<CustomFieldValueVO> customValues)voidsetFromName(String fromName)voidsetToName(String toName)-
Methods inherited from class org.cyclos.model.banking.transfers.TransferVO
getNature, getStatuses, getTransactionId, getTransactionTransactionNumber, setNature, setStatuses, setTransactionId, setTransactionTransactionNumber
-
Methods inherited from class org.cyclos.model.banking.transactions.TransVO
getCurrencyAmount, getDate, getDisplay, getFrom, getTo, getTransactionNumber, getType, setCurrencyAmount, setDate, setDisplay, setFrom, setTo, setTransactionNumber, setType, toString
-
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
-
CUSTOM_VALUES
public static final ListProperty<CustomFieldValueVO,AccountHistoryOverviewEntryVO> CUSTOM_VALUES
-
FROM_NAME
public static final BasicProperty<String,AccountHistoryOverviewEntryVO> FROM_NAME
-
TO_NAME
public static final BasicProperty<String,AccountHistoryOverviewEntryVO> TO_NAME
-
-
Constructor Detail
-
AccountHistoryOverviewEntryVO
public AccountHistoryOverviewEntryVO()
-
AccountHistoryOverviewEntryVO
public AccountHistoryOverviewEntryVO(Long id)
-
AccountHistoryOverviewEntryVO
public AccountHistoryOverviewEntryVO(Property<T,? super AccountHistoryOverviewEntryVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classTransferVO
-
getCustomValues
public List<CustomFieldValueVO> getCustomValues()
-
setCustomValues
public void setCustomValues(List<CustomFieldValueVO> customValues)
-
getFromName
public String getFromName()
-
setFromName
public void setFromName(String fromName)
-
getToName
public String getToName()
-
setToName
public void setToName(String toName)
-
className
public String className()
- Overrides:
classNamein classTransferVO
-
-