Class TransactionDetailedVO
- 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.transactions.TransactionVO
-
- org.cyclos.model.banking.transactions.TransactionDetailedVO
-
- All Implemented Interfaces:
Serializable,HasTransactionNumber,IEntity,HasDisplay
- Direct Known Subclasses:
BasePaymentVO,ExternalPaymentVO,PaymentRequestVO,TicketVO
public class TransactionDetailedVO extends TransactionVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccessClientDetailedVO,TransactionDetailedVO>ACCESS_CLIENTstatic BasicProperty<BasicUserVO,TransactionDetailedVO>BYstatic BasicProperty<ChannelVO,TransactionDetailedVO>CHANNELstatic StringCLASS_NAMEstatic ListProperty<CustomFieldValueVO,TransactionDetailedVO>CUSTOM_VALUES-
Fields inherited from class org.cyclos.model.banking.transactions.TransactionVO
AUTHORIZATION_STATUS, CREATION_TYPE, DESCRIPTION, FROM_NAME, NATURE, TO_NAME
-
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 TransactionDetailedVO()TransactionDetailedVO(Long id)TransactionDetailedVO(Property<T,? super TransactionDetailedVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccessClientDetailedVOgetAccessClient()BasicUserVOgetBy()ChannelVOgetChannel()List<CustomFieldValueVO>getCustomValues()voidsetAccessClient(AccessClientDetailedVO accessClient)voidsetBy(BasicUserVO by)voidsetChannel(ChannelVO channel)voidsetCustomValues(List<CustomFieldValueVO> customValues)-
Methods inherited from class org.cyclos.model.banking.transactions.TransactionVO
getAuthorizationStatus, getCreationType, getDescription, getFromName, getNature, getToName, setAuthorizationStatus, setCreationType, setDescription, setFromName, setNature, setToName
-
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
-
ACCESS_CLIENT
public static final BasicProperty<AccessClientDetailedVO,TransactionDetailedVO> ACCESS_CLIENT
-
BY
public static final BasicProperty<BasicUserVO,TransactionDetailedVO> BY
-
CHANNEL
public static final BasicProperty<ChannelVO,TransactionDetailedVO> CHANNEL
-
CUSTOM_VALUES
public static final ListProperty<CustomFieldValueVO,TransactionDetailedVO> CUSTOM_VALUES
-
-
Constructor Detail
-
TransactionDetailedVO
public TransactionDetailedVO()
-
TransactionDetailedVO
public TransactionDetailedVO(Long id)
-
TransactionDetailedVO
public TransactionDetailedVO(Property<T,? super TransactionDetailedVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classTransactionVO
-
getAccessClient
public AccessClientDetailedVO getAccessClient()
-
setAccessClient
public void setAccessClient(AccessClientDetailedVO accessClient)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getChannel
public ChannelVO getChannel()
-
setChannel
public void setChannel(ChannelVO channel)
-
getCustomValues
public List<CustomFieldValueVO> getCustomValues()
-
setCustomValues
public void setCustomValues(List<CustomFieldValueVO> customValues)
-
className
public String className()
- Overrides:
classNamein classTransactionVO
-
-