Class AccountBalanceLimitsOverviewQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.accounts.AccountLimitsOverviewQuery
-
- org.cyclos.model.banking.accounts.AccountBalanceLimitsOverviewQuery
-
- All Implemented Interfaces:
Serializable
public class AccountBalanceLimitsOverviewQuery extends AccountLimitsOverviewQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery>NEGATIVE_LIMIT_RANGEstatic BasicProperty<Boolean,AccountBalanceLimitsOverviewQuery>PERSONALIZED_NEGATIVE_LIMITstatic BasicProperty<Boolean,AccountBalanceLimitsOverviewQuery>PERSONALIZED_POSITIVE_LIMITstatic BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery>POSITIVE_LIMIT_RANGE-
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 AccountBalanceLimitsOverviewQuery()AccountBalanceLimitsOverviewQuery(Property<T,? super AccountBalanceLimitsOverviewQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()DecimalRangeDTOgetNegativeLimitRange()BooleangetPersonalizedNegativeLimit()BooleangetPersonalizedPositiveLimit()DecimalRangeDTOgetPositiveLimitRange()voidsetNegativeLimitRange(DecimalRangeDTO negativeLimitRange)voidsetPersonalizedNegativeLimit(Boolean personalizedNegativeLimit)voidsetPersonalizedPositiveLimit(Boolean personalizedPositiveLimit)voidsetPositiveLimitRange(DecimalRangeDTO positiveLimitRange)-
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
-
NEGATIVE_LIMIT_RANGE
public static final BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> NEGATIVE_LIMIT_RANGE
-
PERSONALIZED_NEGATIVE_LIMIT
public static final BasicProperty<Boolean,AccountBalanceLimitsOverviewQuery> PERSONALIZED_NEGATIVE_LIMIT
-
PERSONALIZED_POSITIVE_LIMIT
public static final BasicProperty<Boolean,AccountBalanceLimitsOverviewQuery> PERSONALIZED_POSITIVE_LIMIT
-
POSITIVE_LIMIT_RANGE
public static final BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> POSITIVE_LIMIT_RANGE
-
-
Constructor Detail
-
AccountBalanceLimitsOverviewQuery
public AccountBalanceLimitsOverviewQuery()
-
AccountBalanceLimitsOverviewQuery
public AccountBalanceLimitsOverviewQuery(Property<T,? super AccountBalanceLimitsOverviewQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAccountLimitsOverviewQuery
-
getNegativeLimitRange
public DecimalRangeDTO getNegativeLimitRange()
-
setNegativeLimitRange
public void setNegativeLimitRange(DecimalRangeDTO negativeLimitRange)
-
getPersonalizedNegativeLimit
public Boolean getPersonalizedNegativeLimit()
-
setPersonalizedNegativeLimit
public void setPersonalizedNegativeLimit(Boolean personalizedNegativeLimit)
-
getPersonalizedPositiveLimit
public Boolean getPersonalizedPositiveLimit()
-
setPersonalizedPositiveLimit
public void setPersonalizedPositiveLimit(Boolean personalizedPositiveLimit)
-
getPositiveLimitRange
public DecimalRangeDTO getPositiveLimitRange()
-
setPositiveLimitRange
public void setPositiveLimitRange(DecimalRangeDTO positiveLimitRange)
-
className
public String className()
- Overrides:
classNamein classAccountLimitsOverviewQuery
-
-