Package es.caib.seycon.ng.comu
Class ServeiSearchCriteria
- java.lang.Object
-
- es.caib.seycon.ng.comu.ServeiSearchCriteria
-
- All Implemented Interfaces:
Serializable
public class ServeiSearchCriteria extends Object implements Serializable
ValueObject ServeiSearchCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServeiSearchCriteria()
ServeiSearchCriteria(ServeiSearchCriteria otherBean)
ServeiSearchCriteria(String codi, String descripcio)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCodi()
Gets value for attribute codiString
getDescripcio()
Gets value for attribute descripcioInteger
getFetchSize()
Gets the fetch size.Integer
getFirstResult()
Gets the first result to retrieve.Integer
getMaximumResultSize()
Gets the maximum size of the result set.void
setCodi(String codi)
Sets value for attribute codivoid
setDescripcio(String descripcio)
Sets value for attribute descripciovoid
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.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ServeiSearchCriteria
public ServeiSearchCriteria()
-
ServeiSearchCriteria
public ServeiSearchCriteria(ServeiSearchCriteria otherBean)
-
-
Method Detail
-
getCodi
public String getCodi()
Gets value for attribute codi
-
setCodi
public void setCodi(String codi)
Sets value for attribute codi
-
getDescripcio
public String getDescripcio()
Gets value for attribute descripcio
-
setDescripcio
public void setDescripcio(String descripcio)
Sets value for attribute descripcio
-
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.
-
-