Package es.caib.seycon.ng.comu
Class RenovacioSearchCriteria
- java.lang.Object
-
- es.caib.seycon.ng.comu.RenovacioSearchCriteria
-
- All Implemented Interfaces:
Serializable
public class RenovacioSearchCriteria extends Object implements Serializable
ValueObject RenovacioSearchCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenovacioSearchCriteria()
RenovacioSearchCriteria(RenovacioSearchCriteria otherBean)
RenovacioSearchCriteria(Calendar data, String actiu, Calendar dataRenovacio)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActiu()
Gets value for attribute actiuCalendar
getData()
Gets value for attribute dataCalendar
getDataRenovacio()
Gets value for attribute dataRenovacioInteger
getFetchSize()
Gets the fetch size.Integer
getFirstResult()
Gets the first result to retrieve.Integer
getMaximumResultSize()
Gets the maximum size of the result set.void
setActiu(String actiu)
Sets value for attribute actiuvoid
setData(Calendar data)
Sets value for attribute datavoid
setDataRenovacio(Calendar dataRenovacio)
Sets value for attribute dataRenovaciovoid
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
-
RenovacioSearchCriteria
public RenovacioSearchCriteria()
-
RenovacioSearchCriteria
public RenovacioSearchCriteria(Calendar data, String actiu, Calendar dataRenovacio)
-
RenovacioSearchCriteria
public RenovacioSearchCriteria(RenovacioSearchCriteria otherBean)
-
-
Method Detail
-
getData
public Calendar getData()
Gets value for attribute data
-
setData
public void setData(Calendar data)
Sets value for attribute data
-
getActiu
public String getActiu()
Gets value for attribute actiu
-
setActiu
public void setActiu(String actiu)
Sets value for attribute actiu
-
getDataRenovacio
public Calendar getDataRenovacio()
Gets value for attribute dataRenovacio
-
setDataRenovacio
public void setDataRenovacio(Calendar dataRenovacio)
Sets value for attribute dataRenovacio
-
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.
-
-