Class BasePaymentOwnerData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.BasePaymentOwnerData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreateTicketData,PerformExternalPaymentData,PerformPaymentToOwnerData,RequestPaymentPayerData
public abstract class BasePaymentOwnerData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<TransferTypeWithCurrencyVO,BasePaymentOwnerData>PAYMENT_TYPES
-
Constructor Summary
Constructors Constructor Description BasePaymentOwnerData()BasePaymentOwnerData(Property<T,? super BasePaymentOwnerData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()List<TransferTypeWithCurrencyVO>getPaymentTypes()voidsetPaymentTypes(List<TransferTypeWithCurrencyVO> paymentTypes)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, 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
-
PAYMENT_TYPES
public static final ListProperty<TransferTypeWithCurrencyVO,BasePaymentOwnerData> PAYMENT_TYPES
-
-
Constructor Detail
-
BasePaymentOwnerData
public BasePaymentOwnerData()
-
BasePaymentOwnerData
public BasePaymentOwnerData(Property<T,? super BasePaymentOwnerData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getPaymentTypes
public List<TransferTypeWithCurrencyVO> getPaymentTypes()
-
setPaymentTypes
public void setPaymentTypes(List<TransferTypeWithCurrencyVO> paymentTypes)
-
-