Class AccountPaymentAmountLimitsOverviewQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.accounts.AccountLimitsOverviewQuery
-
- org.cyclos.model.banking.accounts.AccountPaymentAmountLimitsOverviewQuery
-
- All Implemented Interfaces:
Serializable
public class AccountPaymentAmountLimitsOverviewQuery extends AccountLimitsOverviewQuery
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.banking.accounts.AccountLimitsOverviewQuery
ACCOUNT_TYPE, BROKERS, CHANGED_BY, CURRENCY, GROUPS, USER
-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description AccountPaymentAmountLimitsOverviewQuery()AccountPaymentAmountLimitsOverviewQuery(Property<T,? super AccountPaymentAmountLimitsOverviewQuery> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.banking.accounts.AccountLimitsOverviewQuery
getAccountType, getBrokers, getChangedBy, getCurrency, getGroups, getUser, setAccountType, setBrokers, setChangedBy, setCurrency, setGroups, setUser
-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
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_RANGE
public static final BasicProperty<DecimalRangeDTO,AccountPaymentAmountLimitsOverviewQuery> MAX_LIMIT_RANGE
-
MAX_PER_DAY_LIMIT_RANGE
public static final BasicProperty<DecimalRangeDTO,AccountPaymentAmountLimitsOverviewQuery> MAX_PER_DAY_LIMIT_RANGE
-
MAX_PER_MONTH_LIMIT_RANGE
public static final BasicProperty<DecimalRangeDTO,AccountPaymentAmountLimitsOverviewQuery> MAX_PER_MONTH_LIMIT_RANGE
-
MAX_PER_WEEK_LIMIT_RANGE
public static final BasicProperty<DecimalRangeDTO,AccountPaymentAmountLimitsOverviewQuery> MAX_PER_WEEK_LIMIT_RANGE
-
MAX_PER_YEAR_LIMIT_RANGE
public static final BasicProperty<DecimalRangeDTO,AccountPaymentAmountLimitsOverviewQuery> MAX_PER_YEAR_LIMIT_RANGE
-
PERSONALIZED_MAX_LIMIT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitsOverviewQuery> PERSONALIZED_MAX_LIMIT
-
PERSONALIZED_MAX_PER_DAY_LIMIT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitsOverviewQuery> PERSONALIZED_MAX_PER_DAY_LIMIT
-
PERSONALIZED_MAX_PER_MONTH_LIMIT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitsOverviewQuery> PERSONALIZED_MAX_PER_MONTH_LIMIT
-
PERSONALIZED_MAX_PER_WEEK_LIMIT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitsOverviewQuery> PERSONALIZED_MAX_PER_WEEK_LIMIT
-
PERSONALIZED_MAX_PER_YEAR_LIMIT
public static final BasicProperty<Boolean,AccountPaymentAmountLimitsOverviewQuery> PERSONALIZED_MAX_PER_YEAR_LIMIT
-
-
Constructor Detail
-
AccountPaymentAmountLimitsOverviewQuery
public AccountPaymentAmountLimitsOverviewQuery()
-
AccountPaymentAmountLimitsOverviewQuery
public AccountPaymentAmountLimitsOverviewQuery(Property<T,? super AccountPaymentAmountLimitsOverviewQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAccountLimitsOverviewQuery
-
getMaxLimitRange
public DecimalRangeDTO getMaxLimitRange()
-
setMaxLimitRange
public void setMaxLimitRange(DecimalRangeDTO maxLimitRange)
-
getMaxPerDayLimitRange
public DecimalRangeDTO getMaxPerDayLimitRange()
-
setMaxPerDayLimitRange
public void setMaxPerDayLimitRange(DecimalRangeDTO maxPerDayLimitRange)
-
getMaxPerMonthLimitRange
public DecimalRangeDTO getMaxPerMonthLimitRange()
-
setMaxPerMonthLimitRange
public void setMaxPerMonthLimitRange(DecimalRangeDTO maxPerMonthLimitRange)
-
getMaxPerWeekLimitRange
public DecimalRangeDTO getMaxPerWeekLimitRange()
-
setMaxPerWeekLimitRange
public void setMaxPerWeekLimitRange(DecimalRangeDTO maxPerWeekLimitRange)
-
getMaxPerYearLimitRange
public DecimalRangeDTO getMaxPerYearLimitRange()
-
setMaxPerYearLimitRange
public void setMaxPerYearLimitRange(DecimalRangeDTO maxPerYearLimitRange)
-
getPersonalizedMaxLimit
public Boolean getPersonalizedMaxLimit()
-
setPersonalizedMaxLimit
public void setPersonalizedMaxLimit(Boolean personalizedMaxLimit)
-
getPersonalizedMaxPerDayLimit
public Boolean getPersonalizedMaxPerDayLimit()
-
setPersonalizedMaxPerDayLimit
public void setPersonalizedMaxPerDayLimit(Boolean personalizedMaxPerDayLimit)
-
getPersonalizedMaxPerMonthLimit
public Boolean getPersonalizedMaxPerMonthLimit()
-
setPersonalizedMaxPerMonthLimit
public void setPersonalizedMaxPerMonthLimit(Boolean personalizedMaxPerMonthLimit)
-
getPersonalizedMaxPerWeekLimit
public Boolean getPersonalizedMaxPerWeekLimit()
-
setPersonalizedMaxPerWeekLimit
public void setPersonalizedMaxPerWeekLimit(Boolean personalizedMaxPerWeekLimit)
-
getPersonalizedMaxPerYearLimit
public Boolean getPersonalizedMaxPerYearLimit()
-
setPersonalizedMaxPerYearLimit
public void setPersonalizedMaxPerYearLimit(Boolean personalizedMaxPerYearLimit)
-
className
public String className()
- Overrides:
classNamein classAccountLimitsOverviewQuery
-
-