public class RequestPaymentPayerData extends BasePaymentOwnerData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<InternalAccountOwner,RequestPaymentPayerData> |
PAYEE |
static BasicProperty<InternalAccountOwner,RequestPaymentPayerData> |
PAYER |
static BasicProperty<RequestPaymentTypeData,RequestPaymentPayerData> |
PAYMENT_TYPE_DATA |
PAYMENT_TYPES| Constructor and Description |
|---|
RequestPaymentPayerData() |
RequestPaymentPayerData(Property<T,? super RequestPaymentPayerData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
InternalAccountOwner |
getPayee() |
InternalAccountOwner |
getPayer() |
RequestPaymentTypeData |
getPaymentTypeData() |
void |
setPayee(InternalAccountOwner payee) |
void |
setPayer(InternalAccountOwner payer) |
void |
setPaymentTypeData(RequestPaymentTypeData paymentTypeData) |
getPaymentTypes, setPaymentTypesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<InternalAccountOwner,RequestPaymentPayerData> PAYEE
public static final BasicProperty<InternalAccountOwner,RequestPaymentPayerData> PAYER
public static final BasicProperty<RequestPaymentTypeData,RequestPaymentPayerData> PAYMENT_TYPE_DATA
public RequestPaymentPayerData()
public RequestPaymentPayerData(Property<T,? super RequestPaymentPayerData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasePaymentOwnerDatapublic InternalAccountOwner getPayee()
public void setPayee(InternalAccountOwner payee)
public InternalAccountOwner getPayer()
public void setPayer(InternalAccountOwner payer)
public RequestPaymentTypeData getPaymentTypeData()
public void setPaymentTypeData(RequestPaymentTypeData paymentTypeData)