|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ferri.core.vo.AbstractBase
com.ferri.core.vo.commons.BaseVO
com.ferri.persistence.bean.base.BaseContadorVO
com.ferri.persistence.bean.impl.ContadorVO
public class ContadorVO
Implementació de la instancia VO. Taula: tfc_contador
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Fields inherited from interface com.ferri.persistence.bean.constants.ConstantsContadorVO |
---|
TIPUS_CONTRACTE, TIPUS_FACTURA, TIPUS_PRESSUPOST |
Constructor Summary | |
---|---|
ContadorVO()
Creador instancia |
|
ContadorVO(Integer any,
String tipus,
Integer numero)
Creador instancia |
Method Summary |
---|
Methods inherited from class com.ferri.persistence.bean.base.BaseContadorVO |
---|
equals, getAny, getNumero, getTipus, hashCode, setAny, setNumero, setTipus |
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public ContadorVO()
public ContadorVO(Integer any, String tipus, Integer numero)
any
- tipus
- numero
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |