br.gov.mj.frameworkprocessos.pojo.base
Class BaseInformacaoComplementar

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.pojo.base.BaseInformacaoComplementar
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InformacaoComplementar

public abstract class BaseInformacaoComplementar
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

PROP_NOME_ESTACAO_RESPONSAVEL_REGISTRO

public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_REGISTRO

PROP_DESCRICAO

public static java.lang.String PROP_DESCRICAO

PROP_DATA_REGISTRO

public static java.lang.String PROP_DATA_REGISTRO

PROP_INDICA_TIPO_INFORMACAO

public static java.lang.String PROP_INDICA_TIPO_INFORMACAO

PROP_CODIGO_INFORMACAO_COMPLEMENTAR

public static java.lang.String PROP_CODIGO_INFORMACAO_COMPLEMENTAR

PROP_CODIGO_RESPONSAVEL_REGISTRO

public static java.lang.String PROP_CODIGO_RESPONSAVEL_REGISTRO

PROP_CODIGO_DOCUMENTO

public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail

BaseInformacaoComplementar

public BaseInformacaoComplementar()

BaseInformacaoComplementar

public BaseInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar)
Constructor for primary key


BaseInformacaoComplementar

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)
Constructor for required fields

Method Detail

getCodigoInformacaoComplementar

public java.lang.Integer getCodigoInformacaoComplementar()
Return the unique identifier of this class


setCodigoInformacaoComplementar

public void setCodigoInformacaoComplementar(java.lang.Integer _codigoInformacaoComplementar)
Set the unique identifier of this class

Parameters:
_codigoInformacaoComplementar - the new ID

getNomeEstacaoResponsavelRegistro

public java.lang.String getNomeEstacaoResponsavelRegistro()
Return the value associated with the column: NomeEstacaoResponsavelRegistro


setNomeEstacaoResponsavelRegistro

public void setNomeEstacaoResponsavelRegistro(java.lang.String _nomeEstacaoResponsavelRegistro)
Set the value related to the column: NomeEstacaoResponsavelRegistro

Parameters:
_nomeEstacaoResponsavelRegistro - the NomeEstacaoResponsavelRegistro value

getDataRegistro

public java.util.Date getDataRegistro()
Return the value associated with the column: DataRegistro


setDataRegistro

public void setDataRegistro(java.util.Date _dataRegistro)
Set the value related to the column: DataRegistro

Parameters:
_dataRegistro - the DataRegistro value

getDescricao

public java.lang.String getDescricao()
Return the value associated with the column: Descricao


setDescricao

public void setDescricao(java.lang.String _descricao)
Set the value related to the column: Descricao

Parameters:
_descricao - the Descricao value

getCodigoResponsavelRegistro

public java.lang.Integer getCodigoResponsavelRegistro()
Return the value associated with the column: CodigoResponsavelRegistro


setCodigoResponsavelRegistro

public void setCodigoResponsavelRegistro(java.lang.Integer _codigoResponsavelRegistro)
Set the value related to the column: CodigoResponsavelRegistro

Parameters:
_codigoResponsavelRegistro - the CodigoResponsavelRegistro value

getCodigoDocumento

public java.lang.Integer getCodigoDocumento()
Return the value associated with the column: CodigoDocumento


setCodigoDocumento

public void setCodigoDocumento(java.lang.Integer _codigoDocumento)
Set the value related to the column: CodigoDocumento

Parameters:
_codigoDocumento - the CodigoDocumento value

getIndicaTipoInformacao

public java.lang.String getIndicaTipoInformacao()
Return the value associated with the column: IndicaTipoInformacao


setIndicaTipoInformacao

public void setIndicaTipoInformacao(java.lang.String _indicaTipoInformacao)
Set the value related to the column: IndicaTipoInformacao

Parameters:
_indicaTipoInformacao - the IndicaTipoInformacao value

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object