com.ferri.persistence.bean.base
Class BaseContadorVO
java.lang.Object
com.ferri.core.vo.AbstractBase
com.ferri.core.vo.commons.BaseVO
com.ferri.persistence.bean.base.BaseContadorVO
- All Implemented Interfaces:
- ConstantsContadorVO, Serializable
- Direct Known Subclasses:
- ContadorVO
public abstract class BaseContadorVO
- extends BaseVO
- implements ConstantsContadorVO
Base del VO conté els atributs de la entitat Contador
- Author:
- dferri
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
hashCode
private int hashCode
any
private Integer any
tipus
private String tipus
numero
private Integer numero
BaseContadorVO
public BaseContadorVO()
- Creador instancia
BaseContadorVO
public BaseContadorVO(Integer any,
String tipus,
Integer numero)
- Creador instancia
- Parameters:
any
- tipus
- numero
-
getAny
public Integer getAny()
- Returns:
- the any
setAny
public void setAny(Integer any)
- Parameters:
any
- the any to set
getTipus
public String getTipus()
- Returns:
- the tipus
setTipus
public void setTipus(String tipus)
- Parameters:
tipus
- the tipus to set
getNumero
public Integer getNumero()
- Returns:
- the numero
setNumero
public void setNumero(Integer numero)
- Parameters:
numero
- the numero to set
hashCode
public int hashCode()
- Specified by:
hashCode
in class BaseVO
equals
public boolean equals(Object obj)
- Specified by:
equals
in class BaseVO