public class AccountPermissionsData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountWithCurrencyVO,AccountPermissionsData> |
ACCOUNT |
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferTypeVO,AccountPermissionsData> |
EXTERNAL_PAYMENTS |
static ListProperty<TransferTypeVO,AccountPermissionsData> |
RECEIVE_PAYMENTS |
static ListProperty<TransferTypeVO,AccountPermissionsData> |
SELF_PAYMENTS |
static ListProperty<TransferTypeVO,AccountPermissionsData> |
SEND_PAYMENT_REQUESTS_TO_SYSTEM |
static ListProperty<TransferTypeVO,AccountPermissionsData> |
SEND_PAYMENT_REQUESTS_TO_USER |
static ListProperty<TransferTypeVO,AccountPermissionsData> |
SYSTEM_PAYMENTS |
static ListProperty<TransferTypeVO,AccountPermissionsData> |
USER_PAYMENTS |
| Constructor and Description |
|---|
AccountPermissionsData() |
AccountPermissionsData(Property<T,? super AccountPermissionsData> property,
T value) |
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 BasicProperty<AccountWithCurrencyVO,AccountPermissionsData> ACCOUNT
public static final ListProperty<TransferTypeVO,AccountPermissionsData> EXTERNAL_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> RECEIVE_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SELF_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SEND_PAYMENT_REQUESTS_TO_SYSTEM
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SEND_PAYMENT_REQUESTS_TO_USER
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> USER_PAYMENTS
public AccountPermissionsData()
public AccountPermissionsData(Property<T,? super AccountPermissionsData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic AccountWithCurrencyVO getAccount()
public void setAccount(AccountWithCurrencyVO account)
public java.util.List<TransferTypeVO> getExternalPayments()
public void setExternalPayments(java.util.List<TransferTypeVO> externalPayments)
public java.util.List<TransferTypeVO> getReceivePayments()
public void setReceivePayments(java.util.List<TransferTypeVO> receivePayments)
public java.util.List<TransferTypeVO> getSelfPayments()
public void setSelfPayments(java.util.List<TransferTypeVO> selfPayments)
public java.util.List<TransferTypeVO> getSendPaymentRequestsToSystem()
public void setSendPaymentRequestsToSystem(java.util.List<TransferTypeVO> sendPaymentRequestsToSystem)
public java.util.List<TransferTypeVO> getSendPaymentRequestsToUser()
public void setSendPaymentRequestsToUser(java.util.List<TransferTypeVO> sendPaymentRequestsToUser)
public java.util.List<TransferTypeVO> getSystemPayments()
public void setSystemPayments(java.util.List<TransferTypeVO> systemPayments)
public java.util.List<TransferTypeVO> getUserPayments()
public void setUserPayments(java.util.List<TransferTypeVO> userPayments)