Package org.cyclos.model.users.products
Class ActiveUserAccountData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.users.products.ActiveUserAccountData
-
- All Implemented Interfaces:
Serializable
public class ActiveUserAccountData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ActiveUserAccountData()ActiveUserAccountData(Property<T,? super ActiveUserAccountData> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_ACCESSIBILITY
public static final BasicProperty<AccountAccessibility,ActiveUserAccountData> ACCOUNT_ACCESSIBILITY
-
ACCOUNT_FEES
public static final ListProperty<AccountFeeVO,ActiveUserAccountData> ACCOUNT_FEES
-
ACCOUNT_VISIBILITY
public static final BasicProperty<AccountVisibility,ActiveUserAccountData> ACCOUNT_VISIBILITY
-
CHARGEBACK_PAYMENT_TYPES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> CHARGEBACK_PAYMENT_TYPES
-
DEFAULT_CREDIT_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> DEFAULT_CREDIT_LIMIT
-
DEFAULT_PAYMENT_AMOUNT_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> DEFAULT_PAYMENT_AMOUNT_LIMIT
-
DEFAULT_PAYMENT_AMOUNT_PER_DAY_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> DEFAULT_PAYMENT_AMOUNT_PER_DAY_LIMIT
-
DEFAULT_PAYMENT_AMOUNT_PER_MONTH_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> DEFAULT_PAYMENT_AMOUNT_PER_MONTH_LIMIT
-
DEFAULT_PAYMENT_AMOUNT_PER_WEEK_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> DEFAULT_PAYMENT_AMOUNT_PER_WEEK_LIMIT
-
DEFAULT_PAYMENT_AMOUNT_PER_YEAR_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> DEFAULT_PAYMENT_AMOUNT_PER_YEAR_LIMIT
-
DEFAULT_UPPER_CREDIT_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> DEFAULT_UPPER_CREDIT_LIMIT
-
INDIVIDUAL_CREDIT_LIMIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> INDIVIDUAL_CREDIT_LIMIT
-
INITIAL_CREDIT
public static final BasicProperty<BigDecimal,ActiveUserAccountData> INITIAL_CREDIT
-
INITIAL_CREDIT_TYPE
public static final BasicProperty<TransferTypeVO,ActiveUserAccountData> INITIAL_CREDIT_TYPE
-
MY_APPROVE_TICKET_PAYMENT_TYPES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_APPROVE_TICKET_PAYMENT_TYPES
-
MY_CREATE_TICKET_PAYMENT_TYPES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_CREATE_TICKET_PAYMENT_TYPES
-
MY_EXTERNAL_PAYMENT_TYPES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_EXTERNAL_PAYMENT_TYPES
-
MY_PAYMENT_REQUESTS_SEND_TO_SYSTEM
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_PAYMENT_REQUESTS_SEND_TO_SYSTEM
-
MY_PAYMENT_REQUESTS_SEND_TO_USER
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> MY_PAYMENT_REQUESTS_SEND_TO_USER
-
MY_TRANSFER_FILTERS
public static final ListProperty<TransferFilterWithAccountTypeVO,ActiveUserAccountData> MY_TRANSFER_FILTERS
-
RECEIVE_PAYMENT_REQUEST_TYPES
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> RECEIVE_PAYMENT_REQUEST_TYPES
-
RECEIVE_PAYMENTS
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> RECEIVE_PAYMENTS
-
SELF_PAYMENTS
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> SELF_PAYMENTS
-
SHOW_ACCOUNT_IN_PROFILE
public static final BasicProperty<AccountProfileVisibility,ActiveUserAccountData> SHOW_ACCOUNT_IN_PROFILE
-
SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> SYSTEM_PAYMENTS
-
USER_ACCOUNT
public static final BasicProperty<AccountTypeWithCurrencyVO,ActiveUserAccountData> USER_ACCOUNT
-
USER_PAYMENTS
public static final ListProperty<TransferTypeVO,ActiveUserAccountData> USER_PAYMENTS
-
-
Constructor Detail
-
ActiveUserAccountData
public ActiveUserAccountData()
-
ActiveUserAccountData
public ActiveUserAccountData(Property<T,? super ActiveUserAccountData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAccountAccessibility
public AccountAccessibility getAccountAccessibility()
-
setAccountAccessibility
public void setAccountAccessibility(AccountAccessibility accountAccessibility)
-
getAccountFees
public List<AccountFeeVO> getAccountFees()
-
setAccountFees
public void setAccountFees(List<AccountFeeVO> accountFees)
-
getAccountVisibility
public AccountVisibility getAccountVisibility()
-
setAccountVisibility
public void setAccountVisibility(AccountVisibility accountVisibility)
-
getChargebackPaymentTypes
public List<TransferTypeVO> getChargebackPaymentTypes()
-
setChargebackPaymentTypes
public void setChargebackPaymentTypes(List<TransferTypeVO> chargebackPaymentTypes)
-
getDefaultCreditLimit
public BigDecimal getDefaultCreditLimit()
-
setDefaultCreditLimit
public void setDefaultCreditLimit(BigDecimal defaultCreditLimit)
-
getDefaultPaymentAmountLimit
public BigDecimal getDefaultPaymentAmountLimit()
-
setDefaultPaymentAmountLimit
public void setDefaultPaymentAmountLimit(BigDecimal defaultPaymentAmountLimit)
-
getDefaultPaymentAmountPerDayLimit
public BigDecimal getDefaultPaymentAmountPerDayLimit()
-
setDefaultPaymentAmountPerDayLimit
public void setDefaultPaymentAmountPerDayLimit(BigDecimal defaultPaymentAmountPerDayLimit)
-
getDefaultPaymentAmountPerMonthLimit
public BigDecimal getDefaultPaymentAmountPerMonthLimit()
-
setDefaultPaymentAmountPerMonthLimit
public void setDefaultPaymentAmountPerMonthLimit(BigDecimal defaultPaymentAmountPerMonthLimit)
-
getDefaultPaymentAmountPerWeekLimit
public BigDecimal getDefaultPaymentAmountPerWeekLimit()
-
setDefaultPaymentAmountPerWeekLimit
public void setDefaultPaymentAmountPerWeekLimit(BigDecimal defaultPaymentAmountPerWeekLimit)
-
getDefaultPaymentAmountPerYearLimit
public BigDecimal getDefaultPaymentAmountPerYearLimit()
-
setDefaultPaymentAmountPerYearLimit
public void setDefaultPaymentAmountPerYearLimit(BigDecimal defaultPaymentAmountPerYearLimit)
-
getDefaultUpperCreditLimit
public BigDecimal getDefaultUpperCreditLimit()
-
setDefaultUpperCreditLimit
public void setDefaultUpperCreditLimit(BigDecimal defaultUpperCreditLimit)
-
getIndividualCreditLimit
public BigDecimal getIndividualCreditLimit()
-
setIndividualCreditLimit
public void setIndividualCreditLimit(BigDecimal individualCreditLimit)
-
getInitialCredit
public BigDecimal getInitialCredit()
-
setInitialCredit
public void setInitialCredit(BigDecimal initialCredit)
-
getInitialCreditType
public TransferTypeVO getInitialCreditType()
-
setInitialCreditType
public void setInitialCreditType(TransferTypeVO initialCreditType)
-
getMyApproveTicketPaymentTypes
public List<TransferTypeVO> getMyApproveTicketPaymentTypes()
-
setMyApproveTicketPaymentTypes
public void setMyApproveTicketPaymentTypes(List<TransferTypeVO> myApproveTicketPaymentTypes)
-
getMyCreateTicketPaymentTypes
public List<TransferTypeVO> getMyCreateTicketPaymentTypes()
-
setMyCreateTicketPaymentTypes
public void setMyCreateTicketPaymentTypes(List<TransferTypeVO> myCreateTicketPaymentTypes)
-
getMyExternalPaymentTypes
public List<TransferTypeVO> getMyExternalPaymentTypes()
-
setMyExternalPaymentTypes
public void setMyExternalPaymentTypes(List<TransferTypeVO> myExternalPaymentTypes)
-
getMyPaymentRequestsSendToSystem
public List<TransferTypeVO> getMyPaymentRequestsSendToSystem()
-
setMyPaymentRequestsSendToSystem
public void setMyPaymentRequestsSendToSystem(List<TransferTypeVO> myPaymentRequestsSendToSystem)
-
getMyPaymentRequestsSendToUser
public List<TransferTypeVO> getMyPaymentRequestsSendToUser()
-
setMyPaymentRequestsSendToUser
public void setMyPaymentRequestsSendToUser(List<TransferTypeVO> myPaymentRequestsSendToUser)
-
getMyTransferFilters
public List<TransferFilterWithAccountTypeVO> getMyTransferFilters()
-
setMyTransferFilters
public void setMyTransferFilters(List<TransferFilterWithAccountTypeVO> myTransferFilters)
-
getReceivePaymentRequestTypes
public List<TransferTypeVO> getReceivePaymentRequestTypes()
-
setReceivePaymentRequestTypes
public void setReceivePaymentRequestTypes(List<TransferTypeVO> receivePaymentRequestTypes)
-
getReceivePayments
public List<TransferTypeVO> getReceivePayments()
-
setReceivePayments
public void setReceivePayments(List<TransferTypeVO> receivePayments)
-
getSelfPayments
public List<TransferTypeVO> getSelfPayments()
-
setSelfPayments
public void setSelfPayments(List<TransferTypeVO> selfPayments)
-
getShowAccountInProfile
public AccountProfileVisibility getShowAccountInProfile()
-
setShowAccountInProfile
public void setShowAccountInProfile(AccountProfileVisibility showAccountInProfile)
-
getSystemPayments
public List<TransferTypeVO> getSystemPayments()
-
setSystemPayments
public void setSystemPayments(List<TransferTypeVO> systemPayments)
-
getUserAccount
public AccountTypeWithCurrencyVO getUserAccount()
-
setUserAccount
public void setUserAccount(AccountTypeWithCurrencyVO userAccount)
-
getUserPayments
public List<TransferTypeVO> getUserPayments()
-
setUserPayments
public void setUserPayments(List<TransferTypeVO> userPayments)
-
-