Class RequestPaymentPayerData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.BasePaymentOwnerData
-
- org.cyclos.model.banking.transactions.RequestPaymentPayerData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequestPaymentData
public class RequestPaymentPayerData extends BasePaymentOwnerData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<InternalAccountOwner,RequestPaymentPayerData>PAYEEstatic BasicProperty<InternalAccountOwner,RequestPaymentPayerData>PAYERstatic BasicProperty<RequestPaymentTypeData,RequestPaymentPayerData>PAYMENT_TYPE_DATA-
Fields inherited from class org.cyclos.model.banking.transactions.BasePaymentOwnerData
PAYMENT_TYPES
-
-
Constructor Summary
Constructors Constructor Description RequestPaymentPayerData()RequestPaymentPayerData(Property<T,? super RequestPaymentPayerData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()InternalAccountOwnergetPayee()InternalAccountOwnergetPayer()RequestPaymentTypeDatagetPaymentTypeData()voidsetPayee(InternalAccountOwner payee)voidsetPayer(InternalAccountOwner payer)voidsetPaymentTypeData(RequestPaymentTypeData paymentTypeData)-
Methods inherited from class org.cyclos.model.banking.transactions.BasePaymentOwnerData
getPaymentTypes, setPaymentTypes
-
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
-
PAYEE
public static final BasicProperty<InternalAccountOwner,RequestPaymentPayerData> PAYEE
-
PAYER
public static final BasicProperty<InternalAccountOwner,RequestPaymentPayerData> PAYER
-
PAYMENT_TYPE_DATA
public static final BasicProperty<RequestPaymentTypeData,RequestPaymentPayerData> PAYMENT_TYPE_DATA
-
-
Constructor Detail
-
RequestPaymentPayerData
public RequestPaymentPayerData()
-
RequestPaymentPayerData
public RequestPaymentPayerData(Property<T,? super RequestPaymentPayerData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasePaymentOwnerData
-
getPayee
public InternalAccountOwner getPayee()
-
setPayee
public void setPayee(InternalAccountOwner payee)
-
getPayer
public InternalAccountOwner getPayer()
-
setPayer
public void setPayer(InternalAccountOwner payer)
-
getPaymentTypeData
public RequestPaymentTypeData getPaymentTypeData()
-
setPaymentTypeData
public void setPaymentTypeData(RequestPaymentTypeData paymentTypeData)
-
-