public class PerformPaymentToOwnerData extends BasePaymentOwnerData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PerformPaymentTypeData,PerformPaymentToOwnerData> |
PAYMENT_TYPE_DATA |
static BasicProperty<InternalAccountOwner,PerformPaymentToOwnerData> |
TO |
PAYMENT_TYPES| Constructor and Description |
|---|
PerformPaymentToOwnerData() |
PerformPaymentToOwnerData(Property<T,? super PerformPaymentToOwnerData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PerformPaymentTypeData |
getPaymentTypeData() |
InternalAccountOwner |
getTo() |
void |
setPaymentTypeData(PerformPaymentTypeData paymentTypeData) |
void |
setTo(InternalAccountOwner to) |
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<PerformPaymentTypeData,PerformPaymentToOwnerData> PAYMENT_TYPE_DATA
public static final BasicProperty<InternalAccountOwner,PerformPaymentToOwnerData> TO
public PerformPaymentToOwnerData()
public PerformPaymentToOwnerData(Property<T,? super PerformPaymentToOwnerData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasePaymentOwnerDatapublic PerformPaymentTypeData getPaymentTypeData()
public void setPaymentTypeData(PerformPaymentTypeData paymentTypeData)
public InternalAccountOwner getTo()
public void setTo(InternalAccountOwner to)