edu.uoc.tfc.dto
Class CriteriaAsseguradoraVO

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

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

Classe DTO de tipus criteria per cercar una asseguradora

See Also:
Serialized Form

Constructor Summary
CriteriaAsseguradoraVO()
           
CriteriaAsseguradoraVO(CriteriaAsseguradoraVO otherBean)
          Copies constructor from other CriteriaAsseguradoraVO
CriteriaAsseguradoraVO(java.lang.String nom, java.lang.Boolean activa)
          Constructor taking all properties.
 
Method Summary
 java.lang.Boolean getActiva()
           Asseguradora activa
 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 de l'asseguradora
 void setActiva(java.lang.Boolean activa)
           
 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

CriteriaAsseguradoraVO

public CriteriaAsseguradoraVO()

CriteriaAsseguradoraVO

public CriteriaAsseguradoraVO(java.lang.String nom,
                              java.lang.Boolean activa)
Constructor taking all properties.


CriteriaAsseguradoraVO

public CriteriaAsseguradoraVO(CriteriaAsseguradoraVO otherBean)
Copies constructor from other CriteriaAsseguradoraVO

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 de l'asseguradora


setNom

public void setNom(java.lang.String nom)

getActiva

public java.lang.Boolean getActiva()

Asseguradora activa


setActiva

public void setActiva(java.lang.Boolean activa)