|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.tfc.dto.CriteriaTipusSinistreVO
public class CriteriaTipusSinistreVO
Classe DTO de tipus criteria per cercar un tipus de sinistre
Constructor Summary | |
---|---|
CriteriaTipusSinistreVO()
|
|
CriteriaTipusSinistreVO(CriteriaTipusSinistreVO otherBean)
Copies constructor from other CriteriaTipusSinistreVO |
|
CriteriaTipusSinistreVO(java.lang.String nom,
java.lang.Boolean actiu)
Constructor taking all properties. |
Method Summary | |
---|---|
java.lang.Boolean |
getActiu()
Tipus de sinistre actiu |
java.lang.Integer |
getFetchSize()
Gets the fetch size. |
java.lang.Integer |
getFirstResult()
Gets the first result to retrieve. |
java.lang.Integer |
getMaximumResultSize()
Gets the maximum size of the search result. |
java.lang.String |
getNom()
Nom del tipus de sinistre |
void |
setActiu(java.lang.Boolean actiu)
|
void |
setFetchSize(java.lang.Integer fetchSize)
Sets the fetch size. |
void |
setFirstResult(java.lang.Integer firstResult)
Sets the first result to retrieve. |
void |
setMaximumResultSize(java.lang.Integer maximumResultSize)
Sets the maxmimum size of the result. |
void |
setNom(java.lang.String nom)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CriteriaTipusSinistreVO()
public CriteriaTipusSinistreVO(java.lang.String nom, java.lang.Boolean actiu)
public CriteriaTipusSinistreVO(CriteriaTipusSinistreVO otherBean)
Method Detail |
---|
public java.lang.Integer getFirstResult()
getFirstResult
in interface SearchCriteria
public void setFirstResult(java.lang.Integer firstResult)
setFirstResult
in interface SearchCriteria
firstResult
- the first result to retrievepublic java.lang.Integer getFetchSize()
getFetchSize
in interface SearchCriteria
public void setFetchSize(java.lang.Integer fetchSize)
setFetchSize
in interface SearchCriteria
fetchSize
- the fetch sizepublic java.lang.Integer getMaximumResultSize()
getMaximumResultSize
in interface SearchCriteria
public void setMaximumResultSize(java.lang.Integer maximumResultSize)
setMaximumResultSize
in interface SearchCriteria
maximumResultSize
- A number indicating how many results will be returned.public java.lang.String getNom()
Nom del tipus de sinistre
public void setNom(java.lang.String nom)
public java.lang.Boolean getActiu()
Tipus de sinistre actiu
public void setActiu(java.lang.Boolean actiu)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |