public class ReceivePaymentData extends Bean implements HasPrincipalTypeInputsWithIdMethods
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccountWithCurrencyVO,ReceivePaymentData> |
ACCOUNTS |
static BasicProperty<java.lang.Boolean,ReceivePaymentData> |
ALLOW_AUTOCOMPLETE |
static BasicProperty<java.lang.Boolean,ReceivePaymentData> |
ALLOW_CONTACTS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<IdentificationMethod,ReceivePaymentData> |
DEFAULT_ID_METHOD |
static BasicProperty<PrincipalTypeInputVO,ReceivePaymentData> |
DEFAULT_PRINCIPAL_TYPE |
static ListProperty<TransferTypeVO,ReceivePaymentData> |
PAYMENT_TYPES |
static ListProperty<PrincipalTypeInputVO,ReceivePaymentData> |
PRINCIPAL_TYPES |
| Constructor and Description |
|---|
ReceivePaymentData() |
ReceivePaymentData(Property<T,? super ReceivePaymentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AccountWithCurrencyVO> |
getAccounts() |
IdentificationMethod |
getDefaultIdMethod() |
PrincipalTypeInputVO |
getDefaultPrincipalType() |
java.util.List<TransferTypeVO> |
getPaymentTypes() |
java.util.List<PrincipalTypeInputVO> |
getPrincipalTypes() |
boolean |
isAllowAutocomplete() |
boolean |
isAllowContacts() |
void |
setAccounts(java.util.List<AccountWithCurrencyVO> accounts) |
void |
setAllowAutocomplete(boolean allowAutocomplete) |
void |
setAllowContacts(boolean allowContacts) |
void |
setDefaultIdMethod(IdentificationMethod defaultIdMethod) |
void |
setDefaultPrincipalType(PrincipalTypeInputVO defaultPrincipalType) |
void |
setPaymentTypes(java.util.List<TransferTypeVO> paymentTypes) |
void |
setPrincipalTypes(java.util.List<PrincipalTypeInputVO> principalTypes) |
addPropertyChangeListener, 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<AccountWithCurrencyVO,ReceivePaymentData> ACCOUNTS
public static final BasicProperty<java.lang.Boolean,ReceivePaymentData> ALLOW_AUTOCOMPLETE
public static final BasicProperty<java.lang.Boolean,ReceivePaymentData> ALLOW_CONTACTS
public static final BasicProperty<IdentificationMethod,ReceivePaymentData> DEFAULT_ID_METHOD
public static final BasicProperty<PrincipalTypeInputVO,ReceivePaymentData> DEFAULT_PRINCIPAL_TYPE
public static final ListProperty<TransferTypeVO,ReceivePaymentData> PAYMENT_TYPES
public static final ListProperty<PrincipalTypeInputVO,ReceivePaymentData> PRINCIPAL_TYPES
public ReceivePaymentData()
public ReceivePaymentData(Property<T,? super ReceivePaymentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<AccountWithCurrencyVO> getAccounts()
public void setAccounts(java.util.List<AccountWithCurrencyVO> accounts)
public boolean isAllowAutocomplete()
isAllowAutocomplete in interface HasPrincipalTypeInputsWithIdMethodspublic void setAllowAutocomplete(boolean allowAutocomplete)
setAllowAutocomplete in interface HasPrincipalTypeInputsWithIdMethodspublic boolean isAllowContacts()
isAllowContacts in interface HasPrincipalTypeInputsWithIdMethodspublic void setAllowContacts(boolean allowContacts)
setAllowContacts in interface HasPrincipalTypeInputsWithIdMethodspublic IdentificationMethod getDefaultIdMethod()
getDefaultIdMethod in interface HasPrincipalTypeInputsWithIdMethodspublic void setDefaultIdMethod(IdentificationMethod defaultIdMethod)
setDefaultIdMethod in interface HasPrincipalTypeInputsWithIdMethodspublic PrincipalTypeInputVO getDefaultPrincipalType()
getDefaultPrincipalType in interface HasPrincipalTypeInputspublic void setDefaultPrincipalType(PrincipalTypeInputVO defaultPrincipalType)
setDefaultPrincipalType in interface HasPrincipalTypeInputspublic java.util.List<TransferTypeVO> getPaymentTypes()
public void setPaymentTypes(java.util.List<TransferTypeVO> paymentTypes)
public java.util.List<PrincipalTypeInputVO> getPrincipalTypes()
getPrincipalTypes in interface HasPrincipalTypeInputspublic void setPrincipalTypes(java.util.List<PrincipalTypeInputVO> principalTypes)
setPrincipalTypes in interface HasPrincipalTypeInputs