Package es.caib.seycon.ng.comu
Class AccountCriteria
- java.lang.Object
-
- es.caib.seycon.ng.comu.AccountCriteria
-
- All Implemented Interfaces:
Serializable
public class AccountCriteria extends Object implements Serializable
ValueObject AccountCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountCriteria()AccountCriteria(AccountCriteria otherBean)AccountCriteria(String name, String description, AccountType type, String grantedGroups, String grantedUsers, String grantedRoles, String dispatcher, AccountType excludeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets value for attribute descriptionStringgetDispatcher()Gets value for attribute dispatcherAccountTypegetExcludeType()Gets value for attribute excludeTypeIntegergetFetchSize()Gets the fetch size.IntegergetFirstResult()Gets the first result to retrieve.StringgetGrantedGroups()Gets value for attribute grantedGroupsStringgetGrantedRoles()Gets value for attribute grantedRolesStringgetGrantedUsers()Gets value for attribute grantedUsersIntegergetMaximumResultSize()Gets the maximum size of the result set.StringgetName()Gets value for attribute nameAccountTypegetType()Gets value for attribute typevoidsetDescription(String description)Sets value for attribute descriptionvoidsetDispatcher(String dispatcher)Sets value for attribute dispatchervoidsetExcludeType(AccountType excludeType)Sets value for attribute excludeTypevoidsetFetchSize(Integer fetchSize)Sets the fetch size.voidsetFirstResult(Integer firstResult)Sets the first result to retrieve.voidsetGrantedGroups(String grantedGroups)Sets value for attribute grantedGroupsvoidsetGrantedRoles(String grantedRoles)Sets value for attribute grantedRolesvoidsetGrantedUsers(String grantedUsers)Sets value for attribute grantedUsersvoidsetMaximumResultSize(Integer maximumResultSize)Sets the maximum size of the result set.voidsetName(String name)Sets value for attribute namevoidsetType(AccountType type)Sets value for attribute typeStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AccountCriteria
public AccountCriteria()
-
AccountCriteria
public AccountCriteria(String name, String description, AccountType type, String grantedGroups, String grantedUsers, String grantedRoles, String dispatcher, AccountType excludeType)
-
AccountCriteria
public AccountCriteria(AccountCriteria otherBean)
-
-
Method Detail
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getType
public AccountType getType()
Gets value for attribute type
-
setType
public void setType(AccountType type)
Sets value for attribute type
-
getGrantedGroups
public String getGrantedGroups()
Gets value for attribute grantedGroups
-
setGrantedGroups
public void setGrantedGroups(String grantedGroups)
Sets value for attribute grantedGroups
-
getGrantedUsers
public String getGrantedUsers()
Gets value for attribute grantedUsers
-
setGrantedUsers
public void setGrantedUsers(String grantedUsers)
Sets value for attribute grantedUsers
-
getGrantedRoles
public String getGrantedRoles()
Gets value for attribute grantedRoles
-
setGrantedRoles
public void setGrantedRoles(String grantedRoles)
Sets value for attribute grantedRoles
-
getDispatcher
public String getDispatcher()
Gets value for attribute dispatcher
-
setDispatcher
public void setDispatcher(String dispatcher)
Sets value for attribute dispatcher
-
getExcludeType
public AccountType getExcludeType()
Gets value for attribute excludeType
-
setExcludeType
public void setExcludeType(AccountType excludeType)
Sets value for attribute excludeType
-
getFirstResult
public Integer getFirstResult()
Gets the first result to retrieve.- Returns:
- the first result to retrieve
-
setFirstResult
public void setFirstResult(Integer firstResult)
Sets the first result to retrieve.- Parameters:
firstResult- the first result to retrieve
-
getFetchSize
public Integer getFetchSize()
Gets the fetch size.- Returns:
- the fetch size
-
setFetchSize
public void setFetchSize(Integer fetchSize)
Sets the fetch size.- Parameters:
fetchSize- the fetch size.
-
getMaximumResultSize
public Integer getMaximumResultSize()
Gets the maximum size of the result set.- Returns:
- the maximum size of the result set
-
setMaximumResultSize
public void setMaximumResultSize(Integer maximumResultSize)
Sets the maximum size of the result set.- Parameters:
maximumResultSize- the maximum size of the result set.
-
-