com.ferri.persistence.bean.base
Class BaseConstantsVO

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.BaseConstantsVO
All Implemented Interfaces:
ConstantsConstantsVO, Serializable
Direct Known Subclasses:
ConstantsVO

public abstract class BaseConstantsVO
extends BaseVO
implements ConstantsConstantsVO

Base del VO conté els atributs de la entitat Constants

Author:
dferri
See Also:
Serialized Form

Field Summary
private  String descCa
           
private  String descEs
           
private  int hashCode
           
private  Long id
           
private static long serialVersionUID
           
private  Double valor
           
 
Fields inherited from interface com.ferri.persistence.bean.constants.ConstantsConstantsVO
KEY_IRPF, KEY_IVA
 
Constructor Summary
BaseConstantsVO()
          Creador instancia
BaseConstantsVO(Long id)
          Creador instancia
 
Method Summary
 boolean equals(Object obj)
           
 String getDescCa()
           
 String getDescEs()
           
 Long getId()
           
 Double getValor()
           
 int hashCode()
           
 void setDescCa(String descCa)
           
 void setDescEs(String descEs)
           
 void setId(Long id)
           
 void setValor(Double valor)
           
 
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

valor

private Double valor

descCa

private String descCa

descEs

private String descEs
Constructor Detail

BaseConstantsVO

public BaseConstantsVO()
Creador instancia


BaseConstantsVO

public BaseConstantsVO(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

getValor

public Double getValor()
Returns:
the valor

setValor

public void setValor(Double valor)
Parameters:
valor - the valor to set

hashCode

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

equals

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