Class AccountPaymentAmountLimitLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.accounts.BaseAccountLimitLogVO
-
- org.cyclos.model.banking.accounts.AccountPaymentAmountLimitLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class AccountPaymentAmountLimitLogVO extends BaseAccountLimitLogVO
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.banking.accounts.BaseAccountLimitLogVO
ACCOUNT, BY, CURRENCY, DESCRIPTION, MODIFIED_AT
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccountPaymentAmountLimitLogVO()AccountPaymentAmountLimitLogVO(Long id)AccountPaymentAmountLimitLogVO(Property<T,? super AccountPaymentAmountLimitLogVO> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.banking.accounts.BaseAccountLimitLogVO
getAccount, getBy, getCurrency, getDescription, getModifiedAt, setAccount, setBy, setCurrency, setDescription, setModifiedAt
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, 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,AccountPaymentAmountLimitLogVO> MAX_LIMIT
-
MAX_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitLogVO> MAX_LIMIT_FROM_PRODUCT
-
MAX_PER_DAY_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitLogVO> MAX_PER_DAY_LIMIT
-
MAX_PER_DAY_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitLogVO> MAX_PER_DAY_LIMIT_FROM_PRODUCT
-
MAX_PER_MONTH_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitLogVO> MAX_PER_MONTH_LIMIT
-
MAX_PER_MONTH_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitLogVO> MAX_PER_MONTH_LIMIT_FROM_PRODUCT
-
MAX_PER_WEEK_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitLogVO> MAX_PER_WEEK_LIMIT
-
MAX_PER_WEEK_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitLogVO> MAX_PER_WEEK_LIMIT_FROM_PRODUCT
-
MAX_PER_YEAR_LIMIT
public static final BasicProperty<BigDecimal,AccountPaymentAmountLimitLogVO> MAX_PER_YEAR_LIMIT
-
MAX_PER_YEAR_LIMIT_FROM_PRODUCT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitLogVO> MAX_PER_YEAR_LIMIT_FROM_PRODUCT
-
-
Constructor Detail
-
AccountPaymentAmountLimitLogVO
public AccountPaymentAmountLimitLogVO()
-
AccountPaymentAmountLimitLogVO
public AccountPaymentAmountLimitLogVO(Long id)
-
AccountPaymentAmountLimitLogVO
public AccountPaymentAmountLimitLogVO(Property<T,? super AccountPaymentAmountLimitLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseAccountLimitLogVO
-
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)
-
-