Class AccountLimitsOverviewQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.accounts.AccountLimitsOverviewQuery
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountBalanceLimitsOverviewQuery,AccountPaymentAmountLimitsOverviewQuery
public class AccountLimitsOverviewQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountTypeVO,AccountLimitsOverviewQuery>ACCOUNT_TYPEstatic SetProperty<UserVO,AccountLimitsOverviewQuery>BROKERSstatic BasicProperty<UserVO,AccountLimitsOverviewQuery>CHANGED_BYstatic StringCLASS_NAMEstatic BasicProperty<CurrencyVO,AccountLimitsOverviewQuery>CURRENCYstatic SetProperty<BasicGroupVO,AccountLimitsOverviewQuery>GROUPSstatic BasicProperty<UserVO,AccountLimitsOverviewQuery>USER-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description AccountLimitsOverviewQuery()AccountLimitsOverviewQuery(Property<T,? super AccountLimitsOverviewQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountTypeVOgetAccountType()Set<UserVO>getBrokers()UserVOgetChangedBy()CurrencyVOgetCurrency()Set<BasicGroupVO>getGroups()UserVOgetUser()voidsetAccountType(AccountTypeVO accountType)voidsetBrokers(Set<UserVO> brokers)voidsetChangedBy(UserVO changedBy)voidsetCurrency(CurrencyVO currency)voidsetGroups(Set<BasicGroupVO> groups)voidsetUser(UserVO user)-
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
-
ACCOUNT_TYPE
public static final BasicProperty<AccountTypeVO,AccountLimitsOverviewQuery> ACCOUNT_TYPE
-
BROKERS
public static final SetProperty<UserVO,AccountLimitsOverviewQuery> BROKERS
-
CHANGED_BY
public static final BasicProperty<UserVO,AccountLimitsOverviewQuery> CHANGED_BY
-
CURRENCY
public static final BasicProperty<CurrencyVO,AccountLimitsOverviewQuery> CURRENCY
-
GROUPS
public static final SetProperty<BasicGroupVO,AccountLimitsOverviewQuery> GROUPS
-
USER
public static final BasicProperty<UserVO,AccountLimitsOverviewQuery> USER
-
-
Constructor Detail
-
AccountLimitsOverviewQuery
public AccountLimitsOverviewQuery()
-
AccountLimitsOverviewQuery
public AccountLimitsOverviewQuery(Property<T,? super AccountLimitsOverviewQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getAccountType
public AccountTypeVO getAccountType()
-
setAccountType
public void setAccountType(AccountTypeVO accountType)
-
getChangedBy
public UserVO getChangedBy()
-
setChangedBy
public void setChangedBy(UserVO changedBy)
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getGroups
public Set<BasicGroupVO> getGroups()
-
setGroups
public void setGroups(Set<BasicGroupVO> groups)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-