Class AccountFeeTransferVO
- 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.transfers.TransferDetailedVO
-
- org.cyclos.model.banking.transfers.AccountFeeTransferVO
-
- All Implemented Interfaces:
Serializable,HasRates,HasTransactionNumber,IEntity,HasDisplay
public class AccountFeeTransferVO extends TransferDetailedVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountFeeVO,AccountFeeTransferVO>ACCOUNT_FEEstatic StringCLASS_NAME-
Fields inherited from class org.cyclos.model.banking.transfers.TransferDetailedVO
A_RATE, CHARGED_BACK_BY, CHILDREN, D_RATE, DESCRIPTION, PARENT
-
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 AccountFeeTransferVO()AccountFeeTransferVO(Long id)AccountFeeTransferVO(Property<T,? super AccountFeeTransferVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountFeeVOgetAccountFee()voidsetAccountFee(AccountFeeVO accountFee)-
Methods inherited from class org.cyclos.model.banking.transfers.TransferDetailedVO
getARate, getChargedBackBy, getChildren, getDescription, getDRate, getParent, setARate, setChargedBackBy, setChildren, setDescription, setDRate, setParent
-
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
-
ACCOUNT_FEE
public static final BasicProperty<AccountFeeVO,AccountFeeTransferVO> ACCOUNT_FEE
-
-
Constructor Detail
-
AccountFeeTransferVO
public AccountFeeTransferVO()
-
AccountFeeTransferVO
public AccountFeeTransferVO(Long id)
-
AccountFeeTransferVO
public AccountFeeTransferVO(Property<T,? super AccountFeeTransferVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classTransferDetailedVO
-
getAccountFee
public AccountFeeVO getAccountFee()
-
setAccountFee
public void setAccountFee(AccountFeeVO accountFee)
-
className
public String className()
- Overrides:
classNamein classTransferDetailedVO
-
-