public abstract class BasePaymentOwnerData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferTypeVO,BasePaymentOwnerData> |
PAYMENT_TYPES |
| Constructor and Description |
|---|
BasePaymentOwnerData() |
BasePaymentOwnerData(Property<T,? super BasePaymentOwnerData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<TransferTypeVO> |
getPaymentTypes() |
void |
setPaymentTypes(java.util.List<TransferTypeVO> paymentTypes) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<TransferTypeVO,BasePaymentOwnerData> PAYMENT_TYPES
public BasePaymentOwnerData()
public BasePaymentOwnerData(Property<T,? super BasePaymentOwnerData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<TransferTypeVO> getPaymentTypes()
public void setPaymentTypes(java.util.List<TransferTypeVO> paymentTypes)