com.ferri.persistence.bean.base
Class BaseTipusPeriodeVO

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.BaseTipusPeriodeVO
All Implemented Interfaces:
ConstantsTipusPeriodeVO, Serializable
Direct Known Subclasses:
TipusPeriodeVO

public abstract class BaseTipusPeriodeVO
extends BaseVO
implements ConstantsTipusPeriodeVO

Base del VO conté els atributs de la entitat TipusPeriode

Author:
dferri
See Also:
Serialized Form

Field Summary
private  String descCa
           
private  String descEs
           
private  int hashCode
           
private  Long id
           
private static long serialVersionUID
           
 
Fields inherited from interface com.ferri.persistence.bean.constants.ConstantsTipusPeriodeVO
ANUAL, MENSUAL, SEMESTRAL, TRIMESTRAL
 
Constructor Summary
BaseTipusPeriodeVO()
          Creador instancia
BaseTipusPeriodeVO(Long id)
          Creador instancia
 
Method Summary
 boolean equals(Object obj)
           
 String getDescCa()
           
 String getDescEs()
           
 Long getId()
           
 int hashCode()
           
 void setDescCa(String descCa)
           
 void setDescEs(String descEs)
           
 void setId(Long id)
           
 
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

id

private Long id

descCa

private String descCa

descEs

private String descEs
Constructor Detail

BaseTipusPeriodeVO

public BaseTipusPeriodeVO()
Creador instancia


BaseTipusPeriodeVO

public BaseTipusPeriodeVO(Long id)
Creador instancia

Parameters:
id -
Method Detail

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set

getDescCa

public String getDescCa()
Returns:
the descCa

setDescCa

public void setDescCa(String descCa)
Parameters:
descCa - the descCa to set

getDescEs

public String getDescEs()
Returns:
the descEs

setDescEs

public void setDescEs(String descEs)
Parameters:
descEs - the descEs to set

hashCode

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

equals

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