edu.uoc.tfc.dto
Class CriteriaFacturaVO

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

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

Classe DTO de tipus criteria per cercar una facura

See Also:
Serialized Form

Constructor Summary
CriteriaFacturaVO()
           
CriteriaFacturaVO(CriteriaFacturaVO otherBean)
          Copies constructor from other CriteriaFacturaVO
CriteriaFacturaVO(java.lang.String dataEmissio, java.lang.String codiFactura)
          Constructor taking all properties.
 
Method Summary
 java.lang.String getCodiFactura()
           Codi de la factura
 java.lang.String getDataEmissio()
           Data d'emissió
 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.
 void setCodiFactura(java.lang.String codiFactura)
           
 void setDataEmissio(java.lang.String dataEmissio)
           
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CriteriaFacturaVO

public CriteriaFacturaVO()

CriteriaFacturaVO

public CriteriaFacturaVO(java.lang.String dataEmissio,
                         java.lang.String codiFactura)
Constructor taking all properties.


CriteriaFacturaVO

public CriteriaFacturaVO(CriteriaFacturaVO otherBean)
Copies constructor from other CriteriaFacturaVO

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.

getDataEmissio

public java.lang.String getDataEmissio()

Data d'emissió


setDataEmissio

public void setDataEmissio(java.lang.String dataEmissio)

getCodiFactura

public java.lang.String getCodiFactura()

Codi de la factura


setCodiFactura

public void setCodiFactura(java.lang.String codiFactura)