public class PerformExternalPaymentData extends BasePaymentOwnerData implements HasPrincipalTypeInputs
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccountWithStatusVO,PerformExternalPaymentData> |
ACCOUNTS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<PrincipalTypeInputVO,PerformExternalPaymentData> |
DEFAULT_PRINCIPAL_TYPE |
static BasicProperty<PerformExternalPaymentTypeData,PerformExternalPaymentData> |
EXTERNAL_PAYMENT_TYPE_DATA |
static BasicProperty<InternalAccountOwner,PerformExternalPaymentData> |
FROM |
static BasicProperty<PrincipalTypeVO,PerformExternalPaymentData> |
FROM_PRINCIPAL_TYPE |
static ListProperty<PrincipalTypeInputVO,PerformExternalPaymentData> |
PRINCIPAL_TYPES |
PAYMENT_TYPES| Constructor and Description |
|---|
PerformExternalPaymentData() |
PerformExternalPaymentData(Property<T,? super PerformExternalPaymentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AccountWithStatusVO> |
getAccounts() |
PrincipalTypeInputVO |
getDefaultPrincipalType() |
PerformExternalPaymentTypeData |
getExternalPaymentTypeData() |
InternalAccountOwner |
getFrom() |
PrincipalTypeVO |
getFromPrincipalType() |
java.util.List<PrincipalTypeInputVO> |
getPrincipalTypes() |
void |
setAccounts(java.util.List<AccountWithStatusVO> accounts) |
void |
setDefaultPrincipalType(PrincipalTypeInputVO defaultPrincipalType) |
void |
setExternalPaymentTypeData(PerformExternalPaymentTypeData externalPaymentTypeData) |
void |
setFrom(InternalAccountOwner from) |
void |
setFromPrincipalType(PrincipalTypeVO fromPrincipalType) |
void |
setPrincipalTypes(java.util.List<PrincipalTypeInputVO> principalTypes) |
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 ListProperty<AccountWithStatusVO,PerformExternalPaymentData> ACCOUNTS
public static final BasicProperty<PrincipalTypeInputVO,PerformExternalPaymentData> DEFAULT_PRINCIPAL_TYPE
public static final BasicProperty<PerformExternalPaymentTypeData,PerformExternalPaymentData> EXTERNAL_PAYMENT_TYPE_DATA
public static final BasicProperty<InternalAccountOwner,PerformExternalPaymentData> FROM
public static final BasicProperty<PrincipalTypeVO,PerformExternalPaymentData> FROM_PRINCIPAL_TYPE
public static final ListProperty<PrincipalTypeInputVO,PerformExternalPaymentData> PRINCIPAL_TYPES
public PerformExternalPaymentData()
public PerformExternalPaymentData(Property<T,? super PerformExternalPaymentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasePaymentOwnerDatapublic java.util.List<AccountWithStatusVO> getAccounts()
public void setAccounts(java.util.List<AccountWithStatusVO> accounts)
public PrincipalTypeInputVO getDefaultPrincipalType()
getDefaultPrincipalType in interface HasPrincipalTypeInputspublic void setDefaultPrincipalType(PrincipalTypeInputVO defaultPrincipalType)
setDefaultPrincipalType in interface HasPrincipalTypeInputspublic PerformExternalPaymentTypeData getExternalPaymentTypeData()
public void setExternalPaymentTypeData(PerformExternalPaymentTypeData externalPaymentTypeData)
public InternalAccountOwner getFrom()
public void setFrom(InternalAccountOwner from)
public PrincipalTypeVO getFromPrincipalType()
public void setFromPrincipalType(PrincipalTypeVO fromPrincipalType)
public java.util.List<PrincipalTypeInputVO> getPrincipalTypes()
getPrincipalTypes in interface HasPrincipalTypeInputspublic void setPrincipalTypes(java.util.List<PrincipalTypeInputVO> principalTypes)
setPrincipalTypes in interface HasPrincipalTypeInputs