com.ferri.persistence.bean.base
Class BaseContadorVO

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.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

Field Summary
private  Integer any
           
private  int hashCode
           
private  Integer numero
           
private static long serialVersionUID
           
private  String tipus
           
 
Fields inherited from interface com.ferri.persistence.bean.constants.ConstantsContadorVO
TIPUS_CONTRACTE, TIPUS_FACTURA, TIPUS_PRESSUPOST
 
Constructor Summary
BaseContadorVO()
          Creador instancia
BaseContadorVO(Integer any, String tipus, Integer numero)
          Creador instancia
 
Method Summary
 boolean equals(Object obj)
           
 Integer getAny()
           
 Integer getNumero()
           
 String getTipus()
           
 int hashCode()
           
 void setAny(Integer any)
           
 void setNumero(Integer numero)
           
 void setTipus(String tipus)
           
 
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

any

private Integer any

tipus

private String tipus

numero

private Integer numero
Constructor Detail

BaseContadorVO

public BaseContadorVO()
Creador instancia


BaseContadorVO

public BaseContadorVO(Integer any,
                      String tipus,
                      Integer numero)
Creador instancia

Parameters:
any -
tipus -
numero -
Method Detail

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