com.ferri.persistence.bean.base
Class BasePressupostVO

java.lang.Object
  extended by com.ferri.core.vo.AbstractBase
      extended by com.ferri.core.vo.commons.BaseVO
          extended by com.ferri.persistence.bean.base.BasePressupostVO
All Implemented Interfaces:
ConstantsPressupostVO, Serializable
Direct Known Subclasses:
PressupostVO

public abstract class BasePressupostVO
extends BaseVO
implements ConstantsPressupostVO

Base del VO conté els atributs de la entitat Pressupost

Author:
dferri
See Also:
Serialized Form

Field Summary
private  Double baseImponible
           
private  ClientVO client
           
private  String concepte
           
private  Date data
           
private  Date dataModif
           
private  EstatVO estat
           
private  FacturaVO factura
           
private  int hashCode
           
private  String motiuCancel
           
private  String numPressupost
           
private static long serialVersionUID
           
 
Constructor Summary
BasePressupostVO()
          Creador instancia
BasePressupostVO(String numPressupost)
          Creador instancia
 
Method Summary
 boolean equals(Object obj)
           
 Double getBaseImponible()
           
 ClientVO getClient()
           
 String getConcepte()
           
 Date getData()
           
 Date getDataModif()
           
 EstatVO getEstat()
           
 FacturaVO getFactura()
           
 String getMotiuCancel()
           
 String getNumPressupost()
           
 int hashCode()
           
 void setBaseImponible(Double baseImponible)
           
 void setClient(ClientVO client)
           
 void setConcepte(String concepte)
           
 void setData(Date data)
           
 void setDataModif(Date dataModif)
           
 void setEstat(EstatVO estat)
           
 void setFactura(FacturaVO factura)
           
 void setMotiuCancel(String motiuCancel)
           
 void setNumPressupost(String numPressupost)
           
 
Methods inherited from class com.ferri.core.vo.commons.BaseVO
initialize
 
Methods inherited from class com.ferri.core.vo.AbstractBase
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

hashCode

private int hashCode

numPressupost

private String numPressupost

data

private Date data

baseImponible

private Double baseImponible

concepte

private String concepte

motiuCancel

private String motiuCancel

dataModif

private Date dataModif

estat

private EstatVO estat

client

private ClientVO client

factura

private FacturaVO factura
Constructor Detail

BasePressupostVO

public BasePressupostVO()
Creador instancia


BasePressupostVO

public BasePressupostVO(String numPressupost)
Creador instancia

Parameters:
numPressupost -
Method Detail

getNumPressupost

public String getNumPressupost()
Returns:
the numPressupost

setNumPressupost

public void setNumPressupost(String numPressupost)
Parameters:
numPressupost - the numPressupost to set

getData

public Date getData()
Returns:
the data

setData

public void setData(Date data)
Parameters:
data - the data to set

getBaseImponible

public Double getBaseImponible()
Returns:
the baseImponible

setBaseImponible

public void setBaseImponible(Double baseImponible)
Parameters:
baseImponible - the baseImponible to set

getConcepte

public String getConcepte()
Returns:
the concepte

setConcepte

public void setConcepte(String concepte)
Parameters:
concepte - the concepte to set

getDataModif

public Date getDataModif()
Returns:
the dataModif

setDataModif

public void setDataModif(Date dataModif)
Parameters:
dataModif - the dataModif to set

getEstat

public EstatVO getEstat()
Returns:
the estat

setEstat

public void setEstat(EstatVO estat)
Parameters:
estat - the estat to set

getClient

public ClientVO getClient()
Returns:
the client

setClient

public void setClient(ClientVO client)
Parameters:
client - the client to set

getFactura

public FacturaVO getFactura()
Returns:
the factura

setFactura

public void setFactura(FacturaVO factura)
Parameters:
factura - the factura to set

getMotiuCancel

public String getMotiuCancel()
Returns:
the motiuCancel

setMotiuCancel

public void setMotiuCancel(String motiuCancel)
Parameters:
motiuCancel - the motiuCancel to set

hashCode

public int hashCode()
Specified by:
hashCode in class BaseVO

equals

public boolean equals(Object obj)
Specified by:
equals in class BaseVO