public class ActiveUserAccountData extends Bean
| Constructor and Description |
|---|
ActiveUserAccountData() |
ActiveUserAccountData(Property<T,? super ActiveUserAccountData> 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<AccountAccessibility,ActiveUserAccountData> ACCOUNT_ACCESSIBILITY
public static final ListProperty<AccountFeeVO,ActiveUserAccountData> ACCOUNT_FEES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> CHARGEBACK_PAYMENT_TYPES
public static final BasicProperty<java.math.BigDecimal,ActiveUserAccountData> DEFAULT_CREDIT_LIMIT
public static final BasicProperty<java.math.BigDecimal,ActiveUserAccountData> DEFAULT_UPPER_CREDIT_LIMIT
public static final BasicProperty<java.math.BigDecimal,ActiveUserAccountData> INDIVIDUAL_CREDIT_LIMIT
public static final BasicProperty<java.math.BigDecimal,ActiveUserAccountData> INITIAL_CREDIT
public static final BasicProperty<TransferTypeVO,ActiveUserAccountData> INITIAL_CREDIT_TYPE
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_EXTERNAL_PAYMENT_TYPES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_PAYMENT_REQUESTS_SEND_TO_SYSTEM
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_PAYMENT_REQUESTS_SEND_TO_USER
public static final ListProperty<TransferFilterWithAccountTypeVO,ActiveUserAccountData> MY_TRANSFER_FILTERS
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> RECEIVE_PAYMENT_REQUEST_TYPES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> RECEIVE_PAYMENTS
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> SELF_PAYMENTS
public static final BasicProperty<java.lang.Boolean,ActiveUserAccountData> SHOW_ACCOUNT_IN_PROFILE
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> SYSTEM_PAYMENTS
public static final BasicProperty<AccountTypeWithCurrencyVO,ActiveUserAccountData> USER_ACCOUNT
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> USER_PAYMENTS
public ActiveUserAccountData()
public ActiveUserAccountData(Property<T,? super ActiveUserAccountData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic AccountAccessibility getAccountAccessibility()
public void setAccountAccessibility(AccountAccessibility accountAccessibility)
public java.util.List<AccountFeeVO> getAccountFees()
public void setAccountFees(java.util.List<AccountFeeVO> accountFees)
public java.util.List<TransferTypeVO> getChargebackPaymentTypes()
public void setChargebackPaymentTypes(java.util.List<TransferTypeVO> chargebackPaymentTypes)
public java.math.BigDecimal getDefaultCreditLimit()
public void setDefaultCreditLimit(java.math.BigDecimal defaultCreditLimit)
public java.math.BigDecimal getDefaultUpperCreditLimit()
public void setDefaultUpperCreditLimit(java.math.BigDecimal defaultUpperCreditLimit)
public java.math.BigDecimal getIndividualCreditLimit()
public void setIndividualCreditLimit(java.math.BigDecimal individualCreditLimit)
public java.math.BigDecimal getInitialCredit()
public void setInitialCredit(java.math.BigDecimal initialCredit)
public TransferTypeVO getInitialCreditType()
public void setInitialCreditType(TransferTypeVO initialCreditType)
public java.util.List<TransferTypeVO> getMyExternalPaymentTypes()
public void setMyExternalPaymentTypes(java.util.List<TransferTypeVO> myExternalPaymentTypes)
public java.util.List<TransferTypeVO> getMyPaymentRequestsSendToSystem()
public void setMyPaymentRequestsSendToSystem(java.util.List<TransferTypeVO> myPaymentRequestsSendToSystem)
public java.util.List<TransferTypeVO> getMyPaymentRequestsSendToUser()
public void setMyPaymentRequestsSendToUser(java.util.List<TransferTypeVO> myPaymentRequestsSendToUser)
public java.util.List<TransferFilterWithAccountTypeVO> getMyTransferFilters()
public void setMyTransferFilters(java.util.List<TransferFilterWithAccountTypeVO> myTransferFilters)
public java.util.List<TransferTypeVO> getReceivePaymentRequestTypes()
public void setReceivePaymentRequestTypes(java.util.List<TransferTypeVO> receivePaymentRequestTypes)
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 boolean isShowAccountInProfile()
public void setShowAccountInProfile(boolean showAccountInProfile)
public java.util.List<TransferTypeVO> getSystemPayments()
public void setSystemPayments(java.util.List<TransferTypeVO> systemPayments)
public AccountTypeWithCurrencyVO getUserAccount()
public void setUserAccount(AccountTypeWithCurrencyVO userAccount)
public java.util.List<TransferTypeVO> getUserPayments()
public void setUserPayments(java.util.List<TransferTypeVO> userPayments)