Package com.soffid.iam.api
Class TenantCriteria
- java.lang.Object
-
- com.soffid.iam.api.TenantCriteria
-
- All Implemented Interfaces:
Serializable
public class TenantCriteria extends Object implements Serializable
ValueObject TenantCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TenantCriteria()
TenantCriteria(TenantCriteria otherBean)
TenantCriteria(String name, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets value for attribute descriptionInteger
getFetchSize()
Gets the fetch size.Integer
getFirstResult()
Gets the first result to retrieve.Integer
getMaximumResultSize()
Gets the maximum size of the result set.String
getName()
Gets value for attribute namevoid
setDescription(String description)
Sets value for attribute descriptionvoid
setFetchSize(Integer fetchSize)
Sets the fetch size.void
setFirstResult(Integer firstResult)
Sets the first result to retrieve.void
setMaximumResultSize(Integer maximumResultSize)
Sets the maximum size of the result set.void
setName(String name)
Sets value for attribute nameString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
TenantCriteria
public TenantCriteria()
-
TenantCriteria
public TenantCriteria(TenantCriteria 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
-
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.
-
-