com.ferri.service.dto
Class ConstantsDTO

java.lang.Object
  extended by com.ferri.core.vo.AbstractBase
      extended by com.ferri.core.vo.commons.BaseDTO
          extended by com.ferri.service.dto.ConstantsDTO
All Implemented Interfaces:
Serializable

public class ConstantsDTO
extends BaseDTO

Implementació de la instancia DTO. Taula: tfc_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
           
 
Constructor Summary
ConstantsDTO()
          Creador instancia
ConstantsDTO(Long id, String descCa, String descEs, Double valor)
          Creador instancia
ConstantsDTO(String descCa, String descEs, Double valor)
          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.BaseDTO
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

ConstantsDTO

public ConstantsDTO(Long id,
                    String descCa,
                    String descEs,
                    Double valor)
Creador instancia

Parameters:
id -
descCa -
descEs -
valor -

ConstantsDTO

public ConstantsDTO(String descCa,
                    String descEs,
                    Double valor)
Creador instancia

Parameters:
descCa -
descEs -
valor -

ConstantsDTO

public ConstantsDTO()
Creador instancia

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()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object