|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseInformacaoComplementar
public abstract class BaseInformacaoComplementar
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 InformacaoComplementar 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_DOCUMENTO
|
static java.lang.String |
PROP_CODIGO_INFORMACAO_COMPLEMENTAR
|
static java.lang.String |
PROP_CODIGO_RESPONSAVEL_REGISTRO
|
static java.lang.String |
PROP_DATA_REGISTRO
|
static java.lang.String |
PROP_DESCRICAO
|
static java.lang.String |
PROP_INDICA_TIPO_INFORMACAO
|
static java.lang.String |
PROP_NOME_ESTACAO_RESPONSAVEL_REGISTRO
|
Constructor Summary | |
---|---|
BaseInformacaoComplementar()
|
|
BaseInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar)
Constructor for primary key |
|
BaseInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar,
java.lang.String _nomeEstacaoResponsavelRegistro,
java.util.Date _dataRegistro,
java.lang.String _descricao,
java.lang.Integer _codigoResponsavelRegistro,
java.lang.Integer _codigoDocumento,
java.lang.String _indicaTipoInformacao)
Constructor for required fields |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCodigoDocumento()
Return the value associated with the column: CodigoDocumento |
java.lang.Integer |
getCodigoInformacaoComplementar()
Return the unique identifier of this class |
java.lang.Integer |
getCodigoResponsavelRegistro()
Return the value associated with the column: CodigoResponsavelRegistro |
java.util.Date |
getDataRegistro()
Return the value associated with the column: DataRegistro |
java.lang.String |
getDescricao()
Return the value associated with the column: Descricao |
java.lang.String |
getIndicaTipoInformacao()
Return the value associated with the column: IndicaTipoInformacao |
java.lang.String |
getNomeEstacaoResponsavelRegistro()
Return the value associated with the column: NomeEstacaoResponsavelRegistro |
int |
hashCode()
|
void |
setCodigoDocumento(java.lang.Integer _codigoDocumento)
Set the value related to the column: CodigoDocumento |
void |
setCodigoInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar)
Set the unique identifier of this class |
void |
setCodigoResponsavelRegistro(java.lang.Integer _codigoResponsavelRegistro)
Set the value related to the column: CodigoResponsavelRegistro |
void |
setDataRegistro(java.util.Date _dataRegistro)
Set the value related to the column: DataRegistro |
void |
setDescricao(java.lang.String _descricao)
Set the value related to the column: Descricao |
void |
setIndicaTipoInformacao(java.lang.String _indicaTipoInformacao)
Set the value related to the column: IndicaTipoInformacao |
void |
setNomeEstacaoResponsavelRegistro(java.lang.String _nomeEstacaoResponsavelRegistro)
Set the value related to the column: NomeEstacaoResponsavelRegistro |
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_NOME_ESTACAO_RESPONSAVEL_REGISTRO
public static java.lang.String PROP_DESCRICAO
public static java.lang.String PROP_DATA_REGISTRO
public static java.lang.String PROP_INDICA_TIPO_INFORMACAO
public static java.lang.String PROP_CODIGO_INFORMACAO_COMPLEMENTAR
public static java.lang.String PROP_CODIGO_RESPONSAVEL_REGISTRO
public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail |
---|
public BaseInformacaoComplementar()
public BaseInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar)
public BaseInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar, java.lang.String _nomeEstacaoResponsavelRegistro, java.util.Date _dataRegistro, java.lang.String _descricao, java.lang.Integer _codigoResponsavelRegistro, java.lang.Integer _codigoDocumento, java.lang.String _indicaTipoInformacao)
Method Detail |
---|
public java.lang.Integer getCodigoInformacaoComplementar()
public void setCodigoInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar)
_codigoInformacaoComplementar
- the new IDpublic java.lang.String getNomeEstacaoResponsavelRegistro()
public void setNomeEstacaoResponsavelRegistro(java.lang.String _nomeEstacaoResponsavelRegistro)
_nomeEstacaoResponsavelRegistro
- the NomeEstacaoResponsavelRegistro valuepublic java.util.Date getDataRegistro()
public void setDataRegistro(java.util.Date _dataRegistro)
_dataRegistro
- the DataRegistro valuepublic java.lang.String getDescricao()
public void setDescricao(java.lang.String _descricao)
_descricao
- the Descricao valuepublic java.lang.Integer getCodigoResponsavelRegistro()
public void setCodigoResponsavelRegistro(java.lang.Integer _codigoResponsavelRegistro)
_codigoResponsavelRegistro
- the CodigoResponsavelRegistro valuepublic java.lang.Integer getCodigoDocumento()
public void setCodigoDocumento(java.lang.Integer _codigoDocumento)
_codigoDocumento
- the CodigoDocumento valuepublic java.lang.String getIndicaTipoInformacao()
public void setIndicaTipoInformacao(java.lang.String _indicaTipoInformacao)
_indicaTipoInformacao
- the IndicaTipoInformacao 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 |