edu.uoc.tfc.dto
Class CriteriaTipusSinistreVO

java.lang.Object
  extended by edu.uoc.tfc.dto.CriteriaTipusSinistreVO
All Implemented Interfaces:
SearchCriteria, java.io.Serializable

public class CriteriaTipusSinistreVO
extends java.lang.Object
implements java.io.Serializable, SearchCriteria

Classe DTO de tipus criteria per cercar un tipus de sinistre

See Also:
Serialized Form

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

CriteriaTipusSinistreVO

public CriteriaTipusSinistreVO()

CriteriaTipusSinistreVO

public CriteriaTipusSinistreVO(java.lang.String nom,
                               java.lang.Boolean actiu)
Constructor taking all properties.


CriteriaTipusSinistreVO

public CriteriaTipusSinistreVO(CriteriaTipusSinistreVO otherBean)
Copies constructor from other CriteriaTipusSinistreVO

Method Detail

getFirstResult

public java.lang.Integer getFirstResult()
Gets the first result to retrieve.

Specified by:
getFirstResult in interface SearchCriteria
Returns:
the first result to retrieve

setFirstResult

public void setFirstResult(java.lang.Integer firstResult)
Sets the first result to retrieve.

Specified by:
setFirstResult in interface SearchCriteria
Parameters:
firstResult - the first result to retrieve

getFetchSize

public java.lang.Integer getFetchSize()
Gets the fetch size.

Specified by:
getFetchSize in interface SearchCriteria
Returns:
the fetch size

setFetchSize

public void setFetchSize(java.lang.Integer fetchSize)
Sets the fetch size.

Specified by:
setFetchSize in interface SearchCriteria
Parameters:
fetchSize - the fetch size

getMaximumResultSize

public java.lang.Integer getMaximumResultSize()
Gets the maximum size of the search result.

Specified by:
getMaximumResultSize in interface SearchCriteria
Returns:
the maximum size of the search result.

setMaximumResultSize

public void setMaximumResultSize(java.lang.Integer maximumResultSize)
Sets the maxmimum size of the result.

Specified by:
setMaximumResultSize in interface SearchCriteria
Parameters:
maximumResultSize - A number indicating how many results will be returned.

getNom

public java.lang.String getNom()

Nom del tipus de sinistre


setNom

public void setNom(java.lang.String nom)

getActiu

public java.lang.Boolean getActiu()

Tipus de sinistre actiu


setActiu

public void setActiu(java.lang.Boolean actiu)