Class UserAccountPaymentAmountLimitData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.accounts.UserAccountPaymentAmountLimitData
-
- All Implemented Interfaces:
Serializable
public class UserAccountPaymentAmountLimitData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UserAccountPaymentAmountLimitData()UserAccountPaymentAmountLimitData(Property<T,? super UserAccountPaymentAmountLimitData> 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, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_PAYMENT_AMOUNT_LIMIT_LOGS
public static final ListProperty<AccountPaymentAmountLimitLogVO,UserAccountPaymentAmountLimitData> ACCOUNT_PAYMENT_AMOUNT_LIMIT_LOGS
-
CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<CredentialInputDTO,UserAccountPaymentAmountLimitData> CONFIRMATION_PASSWORD_INPUT
-
DTO
public static final BasicProperty<AccountPaymentAmountLimitDTO,UserAccountPaymentAmountLimitData> DTO
-
EDITABLE
public static final BasicProperty<Boolean,UserAccountPaymentAmountLimitData> EDITABLE
-
PRODUCTS_MAX_LIMIT
public static final BasicProperty<BigDecimal,UserAccountPaymentAmountLimitData> PRODUCTS_MAX_LIMIT
-
PRODUCTS_MAX_PER_DAY_LIMIT
public static final BasicProperty<BigDecimal,UserAccountPaymentAmountLimitData> PRODUCTS_MAX_PER_DAY_LIMIT
-
PRODUCTS_MAX_PER_MONTH_LIMIT
public static final BasicProperty<BigDecimal,UserAccountPaymentAmountLimitData> PRODUCTS_MAX_PER_MONTH_LIMIT
-
PRODUCTS_MAX_PER_WEEK_LIMIT
public static final BasicProperty<BigDecimal,UserAccountPaymentAmountLimitData> PRODUCTS_MAX_PER_WEEK_LIMIT
-
PRODUCTS_MAX_PER_YEAR_LIMIT
public static final BasicProperty<BigDecimal,UserAccountPaymentAmountLimitData> PRODUCTS_MAX_PER_YEAR_LIMIT
-
-
Constructor Detail
-
UserAccountPaymentAmountLimitData
public UserAccountPaymentAmountLimitData()
-
UserAccountPaymentAmountLimitData
public UserAccountPaymentAmountLimitData(Property<T,? super UserAccountPaymentAmountLimitData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAccountPaymentAmountLimitLogs
public List<AccountPaymentAmountLimitLogVO> getAccountPaymentAmountLimitLogs()
-
setAccountPaymentAmountLimitLogs
public void setAccountPaymentAmountLimitLogs(List<AccountPaymentAmountLimitLogVO> accountPaymentAmountLimitLogs)
-
getConfirmationPasswordInput
public CredentialInputDTO getConfirmationPasswordInput()
-
setConfirmationPasswordInput
public void setConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)
-
getDto
public AccountPaymentAmountLimitDTO getDto()
-
setDto
public void setDto(AccountPaymentAmountLimitDTO dto)
-
isEditable
public boolean isEditable()
-
setEditable
public void setEditable(boolean editable)
-
getProductsMaxLimit
public BigDecimal getProductsMaxLimit()
-
setProductsMaxLimit
public void setProductsMaxLimit(BigDecimal productsMaxLimit)
-
getProductsMaxPerDayLimit
public BigDecimal getProductsMaxPerDayLimit()
-
setProductsMaxPerDayLimit
public void setProductsMaxPerDayLimit(BigDecimal productsMaxPerDayLimit)
-
getProductsMaxPerMonthLimit
public BigDecimal getProductsMaxPerMonthLimit()
-
setProductsMaxPerMonthLimit
public void setProductsMaxPerMonthLimit(BigDecimal productsMaxPerMonthLimit)
-
getProductsMaxPerWeekLimit
public BigDecimal getProductsMaxPerWeekLimit()
-
setProductsMaxPerWeekLimit
public void setProductsMaxPerWeekLimit(BigDecimal productsMaxPerWeekLimit)
-
getProductsMaxPerYearLimit
public BigDecimal getProductsMaxPerYearLimit()
-
setProductsMaxPerYearLimit
public void setProductsMaxPerYearLimit(BigDecimal productsMaxPerYearLimit)
-
-