Class AccountPaymentAmountLimitDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.accounts.BaseAccountLimitDTO
-
- org.cyclos.model.banking.accounts.AccountPaymentAmountLimitDTO
-
- All Implemented Interfaces:
Serializable
public class AccountPaymentAmountLimitDTO extends BaseAccountLimitDTO
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.banking.accounts.BaseAccountLimitDTO
ACCOUNT, CONFIRMATION_PASSWORD, CURRENCY, DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description AccountPaymentAmountLimitDTO()AccountPaymentAmountLimitDTO(Property<T,? super AccountPaymentAmountLimitDTO> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.banking.accounts.BaseAccountLimitDTO
getAccount, getConfirmationPassword, getCurrency, getDescription, setAccount, setConfirmationPassword, setCurrency, setDescription, toString
-
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
-
MAX_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitDTO> MAX_LIMIT
-
MAX_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitDTO> MAX_LIMIT_FROM_PRODUCT
-
MAX_PER_DAY_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitDTO> MAX_PER_DAY_LIMIT
-
MAX_PER_DAY_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitDTO> MAX_PER_DAY_LIMIT_FROM_PRODUCT
-
MAX_PER_MONTH_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitDTO> MAX_PER_MONTH_LIMIT
-
MAX_PER_MONTH_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitDTO> MAX_PER_MONTH_LIMIT_FROM_PRODUCT
-
MAX_PER_WEEK_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitDTO> MAX_PER_WEEK_LIMIT
-
MAX_PER_WEEK_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitDTO> MAX_PER_WEEK_LIMIT_FROM_PRODUCT
-
MAX_PER_YEAR_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitDTO> MAX_PER_YEAR_LIMIT
-
MAX_PER_YEAR_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitDTO> MAX_PER_YEAR_LIMIT_FROM_PRODUCT
-
-
Constructor Detail
-
AccountPaymentAmountLimitDTO
public AccountPaymentAmountLimitDTO()
-
AccountPaymentAmountLimitDTO
public AccountPaymentAmountLimitDTO(Property<T,? super AccountPaymentAmountLimitDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseAccountLimitDTO
-
getMaxLimit
public BigDecimal getMaxLimit()
-
setMaxLimit
public void setMaxLimit(BigDecimal maxLimit)
-
isMaxLimitFromProduct
public boolean isMaxLimitFromProduct()
-
setMaxLimitFromProduct
public void setMaxLimitFromProduct(boolean maxLimitFromProduct)
-
getMaxPerDayLimit
public BigDecimal getMaxPerDayLimit()
-
setMaxPerDayLimit
public void setMaxPerDayLimit(BigDecimal maxPerDayLimit)
-
isMaxPerDayLimitFromProduct
public boolean isMaxPerDayLimitFromProduct()
-
setMaxPerDayLimitFromProduct
public void setMaxPerDayLimitFromProduct(boolean maxPerDayLimitFromProduct)
-
getMaxPerMonthLimit
public BigDecimal getMaxPerMonthLimit()
-
setMaxPerMonthLimit
public void setMaxPerMonthLimit(BigDecimal maxPerMonthLimit)
-
isMaxPerMonthLimitFromProduct
public boolean isMaxPerMonthLimitFromProduct()
-
setMaxPerMonthLimitFromProduct
public void setMaxPerMonthLimitFromProduct(boolean maxPerMonthLimitFromProduct)
-
getMaxPerWeekLimit
public BigDecimal getMaxPerWeekLimit()
-
setMaxPerWeekLimit
public void setMaxPerWeekLimit(BigDecimal maxPerWeekLimit)
-
isMaxPerWeekLimitFromProduct
public boolean isMaxPerWeekLimitFromProduct()
-
setMaxPerWeekLimitFromProduct
public void setMaxPerWeekLimitFromProduct(boolean maxPerWeekLimitFromProduct)
-
getMaxPerYearLimit
public BigDecimal getMaxPerYearLimit()
-
setMaxPerYearLimit
public void setMaxPerYearLimit(BigDecimal maxPerYearLimit)
-
isMaxPerYearLimitFromProduct
public boolean isMaxPerYearLimitFromProduct()
-
setMaxPerYearLimitFromProduct
public void setMaxPerYearLimitFromProduct(boolean maxPerYearLimitFromProduct)
-
-