com.ferri.service.dto
Class ConstantsDTO
java.lang.Object
com.ferri.core.vo.AbstractBase
com.ferri.core.vo.commons.BaseDTO
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
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
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
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