edu.uoc.tfc.dto
Class CriteriaPartVO

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

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

Classe DTO de tipus criteria per cercar un part

See Also:
Serialized Form

Constructor Summary
CriteriaPartVO()
           
CriteriaPartVO(CriteriaPartVO otherBean)
          Copies constructor from other CriteriaPartVO
CriteriaPartVO(java.lang.String codiPart, java.lang.String dataSinistre, java.lang.Boolean obert, java.lang.String tipusSinistre, java.lang.String asseguradora, java.lang.String client)
          Constructor taking all properties.
 
Method Summary
 java.lang.String getAsseguradora()
           Asseguradora del part
 java.lang.String getClient()
           Client del part
 java.lang.String getCodiPart()
           Codi del part
 java.lang.String getDataSinistre()
           Data de sinistre del part
 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.Boolean getObert()
           Indicador de si estroba obert o tancat
 java.lang.String getTipusSinistre()
           Tipus de sinistre del part
 void setAsseguradora(java.lang.String asseguradora)
           
 void setClient(java.lang.String client)
           
 void setCodiPart(java.lang.String codiPart)
           
 void setDataSinistre(java.lang.String dataSinistre)
           
 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 setObert(java.lang.Boolean obert)
           
 void setTipusSinistre(java.lang.String tipusSinistre)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CriteriaPartVO

public CriteriaPartVO()

CriteriaPartVO

public CriteriaPartVO(java.lang.String codiPart,
                      java.lang.String dataSinistre,
                      java.lang.Boolean obert,
                      java.lang.String tipusSinistre,
                      java.lang.String asseguradora,
                      java.lang.String client)
Constructor taking all properties.


CriteriaPartVO

public CriteriaPartVO(CriteriaPartVO otherBean)
Copies constructor from other CriteriaPartVO

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.

getCodiPart

public java.lang.String getCodiPart()

Codi del part


setCodiPart

public void setCodiPart(java.lang.String codiPart)

getDataSinistre

public java.lang.String getDataSinistre()

Data de sinistre del part


setDataSinistre

public void setDataSinistre(java.lang.String dataSinistre)

getObert

public java.lang.Boolean getObert()

Indicador de si estroba obert o tancat


setObert

public void setObert(java.lang.Boolean obert)

getTipusSinistre

public java.lang.String getTipusSinistre()

Tipus de sinistre del part


setTipusSinistre

public void setTipusSinistre(java.lang.String tipusSinistre)

getAsseguradora

public java.lang.String getAsseguradora()

Asseguradora del part


setAsseguradora

public void setAsseguradora(java.lang.String asseguradora)

getClient

public java.lang.String getClient()

Client del part


setClient

public void setClient(java.lang.String client)