|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseProximoNumeroProtocolo
public abstract class BaseProximoNumeroProtocolo
This class has been automatically generated by Hibernate Synchronizer. For more information or documentation, visit The Hibernate Synchronizer page at http://www.binamics.com/hibernatesync or contact Joe Hudson at joe@binamics.com. This is an object that contains data related to the ProximoNumeroProtocolo table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified.
Field Summary | |
---|---|
static java.lang.String |
PROP_PROXIMO_NUMERO_LOTE
|
static java.lang.String |
PROP_PROXIMO_NUMERO_SEQUENCIAL
|
Constructor Summary | |
---|---|
BaseProximoNumeroProtocolo()
|
|
BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional,
java.lang.Integer _ano)
Constructor for primary key |
|
BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional,
java.lang.Integer _ano,
java.lang.Integer _proximoNumeroSequencial,
java.lang.Integer _proximoNumeroLote)
Constructor for required fields |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getAno()
|
java.lang.Integer |
getCodigoUnidadeOrganizacional()
|
java.lang.Integer |
getProximoNumeroLote()
Return the value associated with the column: ProximoNumeroLote |
java.lang.Integer |
getProximoNumeroSequencial()
Return the value associated with the column: ProximoNumeroSequencial |
int |
hashCode()
|
void |
setAno(java.lang.Integer _ano)
Set the value related to the column: Ano |
void |
setCodigoUnidadeOrganizacional(java.lang.Integer _codigoUnidadeOrganizacional)
Set the value related to the column: codigoUnidadeOrganizacional |
void |
setProximoNumeroLote(java.lang.Integer _proximoNumeroLote)
Set the value related to the column: ProximoNumeroLote |
void |
setProximoNumeroSequencial(java.lang.Integer _proximoNumeroSequencial)
Set the value related to the column: ProximoNumeroSequencial |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.String PROP_PROXIMO_NUMERO_SEQUENCIAL
public static java.lang.String PROP_PROXIMO_NUMERO_LOTE
Constructor Detail |
---|
public BaseProximoNumeroProtocolo()
public BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional, java.lang.Integer _ano)
public BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional, java.lang.Integer _ano, java.lang.Integer _proximoNumeroSequencial, java.lang.Integer _proximoNumeroLote)
Method Detail |
---|
public java.lang.Integer getCodigoUnidadeOrganizacional()
public void setCodigoUnidadeOrganizacional(java.lang.Integer _codigoUnidadeOrganizacional)
_codigoUnidadeOrganizacional
- the codigoUnidadeOrganizacional valuepublic java.lang.Integer getAno()
public void setAno(java.lang.Integer _ano)
_ano
- the Ano valuepublic java.lang.Integer getProximoNumeroSequencial()
public void setProximoNumeroSequencial(java.lang.Integer _proximoNumeroSequencial)
_proximoNumeroSequencial
- the ProximoNumeroSequencial valuepublic java.lang.Integer getProximoNumeroLote()
public void setProximoNumeroLote(java.lang.Integer _proximoNumeroLote)
_proximoNumeroLote
- the ProximoNumeroLote valuepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |