public class AccountBalanceLimitsOverviewQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<AccountTypeVO,AccountBalanceLimitsOverviewQuery> |
ACCOUNT_TYPE |
static Property<UserVO,AccountBalanceLimitsOverviewQuery> |
CHANGED_BY |
static Property<CurrencyVO,AccountBalanceLimitsOverviewQuery> |
CURRENCY |
static SetProperty<BasicGroupVO,AccountBalanceLimitsOverviewQuery> |
GROUPS |
static Property<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> |
NEGATIVE_LIMIT_RANGE |
static Property<java.lang.Boolean,AccountBalanceLimitsOverviewQuery> |
ONLY_CUSTOMIZED_LIMITS |
static Property<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> |
POSITIVE_LIMIT_RANGE |
static Property<UserVO,AccountBalanceLimitsOverviewQuery> |
USER |
static Property<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 |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
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, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<AccountTypeVO,AccountBalanceLimitsOverviewQuery> ACCOUNT_TYPE
public static final Property<UserVO,AccountBalanceLimitsOverviewQuery> CHANGED_BY
public static final Property<CurrencyVO,AccountBalanceLimitsOverviewQuery> CURRENCY
public static final SetProperty<BasicGroupVO,AccountBalanceLimitsOverviewQuery> GROUPS
public static final Property<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> NEGATIVE_LIMIT_RANGE
public static final Property<java.lang.Boolean,AccountBalanceLimitsOverviewQuery> ONLY_CUSTOMIZED_LIMITS
public static final Property<DecimalRangeDTO,AccountBalanceLimitsOverviewQuery> POSITIVE_LIMIT_RANGE
public static final Property<UserVO,AccountBalanceLimitsOverviewQuery> USER
public static final Property<UserVO,AccountBalanceLimitsOverviewQuery> USER_BROKER
public AccountBalanceLimitsOverviewQuery()
public AccountBalanceLimitsOverviewQuery(Property<T,? super AccountBalanceLimitsOverviewQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParametersprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class QueryParameterspublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class QueryParameterspublic AccountTypeVO getAccountType()
public UserVO getChangedBy()
public CurrencyVO getCurrency()
public java.util.Set<BasicGroupVO> getGroups()
public DecimalRangeDTO getNegativeLimitRange()
public java.lang.Boolean getOnlyCustomizedLimits()
public DecimalRangeDTO getPositiveLimitRange()
public UserVO getUser()
public UserVO getUserBroker()
public void setAccountType(AccountTypeVO accountType)
public void setChangedBy(UserVO changedBy)
public void setCurrency(CurrencyVO currency)
public void setGroups(java.util.Set<BasicGroupVO> groups)
public void setNegativeLimitRange(DecimalRangeDTO negativeLimitRange)
public void setOnlyCustomizedLimits(java.lang.Boolean onlyCustomizedLimits)
public void setPositiveLimitRange(DecimalRangeDTO positiveLimitRange)
public void setUser(UserVO user)
public void setUserBroker(UserVO userBroker)