|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseGuiaArquivamento
public abstract class BaseGuiaArquivamento
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 GuiaArquivamento 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_CODIGO_TRAMITE
|
static java.lang.String |
PROP_NUMERO_GUIA_ARQUIVAMENTO
|
static java.lang.String |
PROP_NUMERO_LOTE
|
static java.lang.String |
PROP_TRAMITE
|
Constructor Summary | |
---|---|
BaseGuiaArquivamento()
|
|
BaseGuiaArquivamento(java.lang.Integer _codigoTramite)
Constructor for primary key |
|
BaseGuiaArquivamento(java.lang.Integer _codigoTramite,
java.lang.String _numeroLote,
java.lang.String _numeroGuiaArquivamento)
Constructor for required fields |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCodigoTramite()
Return the unique identifier of this class |
java.lang.String |
getNumeroGuiaArquivamento()
Return the value associated with the column: NumeroGuiaArquivamento |
java.lang.String |
getNumeroLote()
Return the value associated with the column: NumeroLote |
Tramite |
getTramite()
|
int |
hashCode()
|
void |
setCodigoTramite(java.lang.Integer _codigoTramite)
Set the unique identifier of this class |
void |
setNumeroGuiaArquivamento(java.lang.String _numeroGuiaArquivamento)
Set the value related to the column: NumeroGuiaArquivamento |
void |
setNumeroLote(java.lang.String _numeroLote)
Set the value related to the column: NumeroLote |
void |
setTramite(Tramite _tramite)
Set the value related to the column: tramite |
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_NUMERO_LOTE
public static java.lang.String PROP_CODIGO_TRAMITE
public static java.lang.String PROP_NUMERO_GUIA_ARQUIVAMENTO
public static java.lang.String PROP_TRAMITE
Constructor Detail |
---|
public BaseGuiaArquivamento()
public BaseGuiaArquivamento(java.lang.Integer _codigoTramite)
public BaseGuiaArquivamento(java.lang.Integer _codigoTramite, java.lang.String _numeroLote, java.lang.String _numeroGuiaArquivamento)
Method Detail |
---|
public java.lang.Integer getCodigoTramite()
public void setCodigoTramite(java.lang.Integer _codigoTramite)
_codigoTramite
- the new IDpublic java.lang.String getNumeroLote()
public void setNumeroLote(java.lang.String _numeroLote)
_numeroLote
- the NumeroLote valuepublic java.lang.String getNumeroGuiaArquivamento()
public void setNumeroGuiaArquivamento(java.lang.String _numeroGuiaArquivamento)
_numeroGuiaArquivamento
- the NumeroGuiaArquivamento valuepublic Tramite getTramite()
public void setTramite(Tramite _tramite)
_tramite
- the tramite 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 |