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

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

public abstract class BaseVinculo
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 Vinculo 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_ASSUNTO
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_TECNICO
           
static java.lang.String PROP_CODIGO_TRAMITE
           
static java.lang.String PROP_CODIGO_VINCULO
           
static java.lang.String PROP_DATA_DOCUMENTO
           
static java.lang.String PROP_ESPECIE
           
static java.lang.String PROP_INTERESSADO
           
static java.lang.String PROP_NUMERO_DOCUMENTO
           
static java.lang.String PROP_PROCEDENCIA
           
static java.lang.String PROP_QUANTIDADE_PAGINAS
           
static java.lang.String PROP_QUANTIDADE_VOLUME
           
static java.lang.String PROP_UNIDADE_TRAMITE_VINCULO
           
 
Constructor Summary
BaseVinculo()
           
BaseVinculo(java.lang.Integer _codigoVinculo)
          Constructor for primary key
BaseVinculo(java.lang.Integer _codigoVinculo, Especie _especie, PessoaProcesso _procedencia, Assunto _assunto, UnidadeTramite _unidadeTramiteVinculo, PessoaProcesso _interessado)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Assunto getAssunto()
           
 java.lang.Integer getCodigoResponsavelTecnico()
          Return the value associated with the column: CodigoResponsavelTecnico
 java.lang.Integer getCodigoTramite()
          Return the value associated with the column: CodigoTramite
 java.lang.Integer getCodigoVinculo()
          Return the unique identifier of this class
 java.util.Date getDataDocumento()
          Return the value associated with the column: DataDocumento
 Especie getEspecie()
           
 PessoaProcesso getInteressado()
           
 java.lang.String getNumeroDocumento()
          Return the value associated with the column: NumeroDocumento
 PessoaProcesso getProcedencia()
           
 java.lang.Integer getQuantidadePaginas()
          Return the value associated with the column: QuantidadePaginas
 java.lang.Integer getQuantidadeVolume()
          Return the value associated with the column: QuantidadeVolume
 UnidadeTramite getUnidadeTramiteVinculo()
           
 int hashCode()
           
 void setAssunto(Assunto _assunto)
          Set the value related to the column: CodigoAssunto
 void setCodigoResponsavelTecnico(java.lang.Integer _codigoResponsavelTecnico)
          Set the value related to the column: CodigoResponsavelTecnico
 void setCodigoTramite(java.lang.Integer _codigoTramite)
          Set the value related to the column: CodigoTramite
 void setCodigoVinculo(java.lang.Integer _codigoVinculo)
          Set the unique identifier of this class
 void setDataDocumento(java.util.Date _dataDocumento)
          Set the value related to the column: DataDocumento
 void setEspecie(Especie _especie)
          Set the value related to the column: CodigoEspecie
 void setInteressado(PessoaProcesso _interessado)
          Set the value related to the column: CodigoPessoaInteressado
 void setNumeroDocumento(java.lang.String _numeroDocumento)
          Set the value related to the column: NumeroDocumento
 void setProcedencia(PessoaProcesso _procedencia)
          Set the value related to the column: CodigoPessoaProcedencia
 void setQuantidadePaginas(java.lang.Integer _quantidadePaginas)
          Set the value related to the column: QuantidadePaginas
 void setQuantidadeVolume(java.lang.Integer _quantidadeVolume)
          Set the value related to the column: QuantidadeVolume
 void setUnidadeTramiteVinculo(UnidadeTramite _unidadeTramiteVinculo)
          Set the value related to the column: CodigoUnidadeTramiteVinculo
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_CODIGO_TRAMITE

public static java.lang.String PROP_CODIGO_TRAMITE

PROP_NUMERO_DOCUMENTO

public static java.lang.String PROP_NUMERO_DOCUMENTO

PROP_DATA_DOCUMENTO

public static java.lang.String PROP_DATA_DOCUMENTO

PROP_ASSUNTO

public static java.lang.String PROP_ASSUNTO

PROP_QUANTIDADE_VOLUME

public static java.lang.String PROP_QUANTIDADE_VOLUME

PROP_QUANTIDADE_PAGINAS

public static java.lang.String PROP_QUANTIDADE_PAGINAS

PROP_ESPECIE

public static java.lang.String PROP_ESPECIE

PROP_PROCEDENCIA

public static java.lang.String PROP_PROCEDENCIA

PROP_CODIGO_VINCULO

public static java.lang.String PROP_CODIGO_VINCULO

PROP_CODIGO_RESPONSAVEL_TECNICO

public static java.lang.String PROP_CODIGO_RESPONSAVEL_TECNICO

PROP_INTERESSADO

public static java.lang.String PROP_INTERESSADO

PROP_UNIDADE_TRAMITE_VINCULO

public static java.lang.String PROP_UNIDADE_TRAMITE_VINCULO
Constructor Detail

BaseVinculo

public BaseVinculo()

BaseVinculo

public BaseVinculo(java.lang.Integer _codigoVinculo)
Constructor for primary key


BaseVinculo

public BaseVinculo(java.lang.Integer _codigoVinculo,
                   Especie _especie,
                   PessoaProcesso _procedencia,
                   Assunto _assunto,
                   UnidadeTramite _unidadeTramiteVinculo,
                   PessoaProcesso _interessado)
Constructor for required fields

Method Detail

getCodigoVinculo

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


setCodigoVinculo

public void setCodigoVinculo(java.lang.Integer _codigoVinculo)
Set the unique identifier of this class

Parameters:
_codigoVinculo - the new ID

getCodigoTramite

public java.lang.Integer getCodigoTramite()
Return the value associated with the column: CodigoTramite


setCodigoTramite

public void setCodigoTramite(java.lang.Integer _codigoTramite)
Set the value related to the column: CodigoTramite

Parameters:
_codigoTramite - the CodigoTramite value

getDataDocumento

public java.util.Date getDataDocumento()
Return the value associated with the column: DataDocumento


setDataDocumento

public void setDataDocumento(java.util.Date _dataDocumento)
Set the value related to the column: DataDocumento

Parameters:
_dataDocumento - the DataDocumento value

getNumeroDocumento

public java.lang.String getNumeroDocumento()
Return the value associated with the column: NumeroDocumento


setNumeroDocumento

public void setNumeroDocumento(java.lang.String _numeroDocumento)
Set the value related to the column: NumeroDocumento

Parameters:
_numeroDocumento - the NumeroDocumento value

getQuantidadeVolume

public java.lang.Integer getQuantidadeVolume()
Return the value associated with the column: QuantidadeVolume


setQuantidadeVolume

public void setQuantidadeVolume(java.lang.Integer _quantidadeVolume)
Set the value related to the column: QuantidadeVolume

Parameters:
_quantidadeVolume - the QuantidadeVolume value

getQuantidadePaginas

public java.lang.Integer getQuantidadePaginas()
Return the value associated with the column: QuantidadePaginas


setQuantidadePaginas

public void setQuantidadePaginas(java.lang.Integer _quantidadePaginas)
Set the value related to the column: QuantidadePaginas

Parameters:
_quantidadePaginas - the QuantidadePaginas value

getCodigoResponsavelTecnico

public java.lang.Integer getCodigoResponsavelTecnico()
Return the value associated with the column: CodigoResponsavelTecnico


setCodigoResponsavelTecnico

public void setCodigoResponsavelTecnico(java.lang.Integer _codigoResponsavelTecnico)
Set the value related to the column: CodigoResponsavelTecnico

Parameters:
_codigoResponsavelTecnico - the CodigoResponsavelTecnico value

getEspecie

public Especie getEspecie()

setEspecie

public void setEspecie(Especie _especie)
Set the value related to the column: CodigoEspecie

Parameters:
_especie - the CodigoEspecie value

getProcedencia

public PessoaProcesso getProcedencia()

setProcedencia

public void setProcedencia(PessoaProcesso _procedencia)
Set the value related to the column: CodigoPessoaProcedencia

Parameters:
_procedencia - the CodigoPessoaProcedencia value

getAssunto

public Assunto getAssunto()

setAssunto

public void setAssunto(Assunto _assunto)
Set the value related to the column: CodigoAssunto

Parameters:
_assunto - the CodigoAssunto value

getUnidadeTramiteVinculo

public UnidadeTramite getUnidadeTramiteVinculo()

setUnidadeTramiteVinculo

public void setUnidadeTramiteVinculo(UnidadeTramite _unidadeTramiteVinculo)
Set the value related to the column: CodigoUnidadeTramiteVinculo

Parameters:
_unidadeTramiteVinculo - the CodigoUnidadeTramiteVinculo value

getInteressado

public PessoaProcesso getInteressado()

setInteressado

public void setInteressado(PessoaProcesso _interessado)
Set the value related to the column: CodigoPessoaInteressado

Parameters:
_interessado - the CodigoPessoaInteressado 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