public class AccountBalanceLimitsOverviewQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountTypeVO,AccountBalanceLimitsOverviewQuery> |
ACCOUNT_TYPE |
static BasicProperty<UserVO,AccountBalanceLimitsOverviewQuery> |
CHANGED_BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,AccountBalanceLimitsOverviewQuery> |
CURRENCY |
static SetProperty<BasicGroupVO,AccountBalanceLimitsOverviewQuery> |
GROUPS |
static BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> |
NEGATIVE_LIMIT_RANGE |
static BasicProperty<java.lang.Boolean,AccountBalanceLimitsOverviewQuery> |
ONLY_CUSTOMIZED_LIMITS |
static BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> |
POSITIVE_LIMIT_RANGE |
static BasicProperty<UserVO,AccountBalanceLimitsOverviewQuery> |
USER |
static BasicProperty<UserVO,AccountBalanceLimitsOverviewQuery> |
USER_BROKER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
AccountBalanceLimitsOverviewQuery() |
AccountBalanceLimitsOverviewQuery(Property<T,? super AccountBalanceLimitsOverviewQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountTypeVO |
getAccountType() |
UserVO |
getChangedBy() |
CurrencyVO |
getCurrency() |
java.util.Set<BasicGroupVO> |
getGroups() |
DecimalRangeDTO |
getNegativeLimitRange() |
java.lang.Boolean |
getOnlyCustomizedLimits() |
DecimalRangeDTO |
getPositiveLimitRange() |
UserVO |
getUser() |
UserVO |
getUserBroker() |
void |
setAccountType(AccountTypeVO accountType) |
void |
setChangedBy(UserVO changedBy) |
void |
setCurrency(CurrencyVO currency) |
void |
setGroups(java.util.Set<BasicGroupVO> groups) |
void |
setNegativeLimitRange(DecimalRangeDTO negativeLimitRange) |
void |
setOnlyCustomizedLimits(java.lang.Boolean onlyCustomizedLimits) |
void |
setPositiveLimitRange(DecimalRangeDTO positiveLimitRange) |
void |
setUser(UserVO user) |
void |
setUserBroker(UserVO userBroker) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<AccountTypeVO,AccountBalanceLimitsOverviewQuery> ACCOUNT_TYPE
public static final BasicProperty<UserVO,AccountBalanceLimitsOverviewQuery> CHANGED_BY
public static final BasicProperty<CurrencyVO,AccountBalanceLimitsOverviewQuery> CURRENCY
public static final SetProperty<BasicGroupVO,AccountBalanceLimitsOverviewQuery> GROUPS
public static final BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> NEGATIVE_LIMIT_RANGE
public static final BasicProperty<java.lang.Boolean,AccountBalanceLimitsOverviewQuery> ONLY_CUSTOMIZED_LIMITS
public static final BasicProperty<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> POSITIVE_LIMIT_RANGE
public static final BasicProperty<UserVO,AccountBalanceLimitsOverviewQuery> USER
public static final BasicProperty<UserVO,AccountBalanceLimitsOverviewQuery> USER_BROKER
public AccountBalanceLimitsOverviewQuery()
public AccountBalanceLimitsOverviewQuery(Property<T,? super AccountBalanceLimitsOverviewQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic AccountTypeVO getAccountType()
public void setAccountType(AccountTypeVO accountType)
public UserVO getChangedBy()
public void setChangedBy(UserVO changedBy)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.util.Set<BasicGroupVO> getGroups()
public void setGroups(java.util.Set<BasicGroupVO> groups)
public DecimalRangeDTO getNegativeLimitRange()
public void setNegativeLimitRange(DecimalRangeDTO negativeLimitRange)
public java.lang.Boolean getOnlyCustomizedLimits()
public void setOnlyCustomizedLimits(java.lang.Boolean onlyCustomizedLimits)
public DecimalRangeDTO getPositiveLimitRange()
public void setPositiveLimitRange(DecimalRangeDTO positiveLimitRange)
public UserVO getUser()
public void setUser(UserVO user)
public UserVO getUserBroker()
public void setUserBroker(UserVO userBroker)