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

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

public abstract class BaseTramite
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 Tramite 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_PESSOA_RECEBIMENTO_EXTERNO
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_BAIXA
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_CANCELAMENTO
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_RECEBIMENTO
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_TRAMITE
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_TRANSPORTE
           
static java.lang.String PROP_CODIGO_SITUACAO_TRAMITE
           
static java.lang.String PROP_CODIGO_TRAMITE
           
static java.lang.String PROP_CODIGO_TRANSPORTADORA
           
static java.lang.String PROP_DATA_ENVIO_GUIA
           
static java.lang.String PROP_DATA_FIM
           
static java.lang.String PROP_DATA_INICIO
           
static java.lang.String PROP_DESTINATARIO
           
static java.lang.String PROP_GUIA_ARQUIVAMENTO
           
static java.lang.String PROP_INDICA_DESTINO_EXTERNO
           
static java.lang.String PROP_INDICA_ORIGEM_EXTERNA
           
static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_BAIXA
           
static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_CANCELAMENTO
           
static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_TRAMITE
           
static java.lang.String PROP_NUMERO_COMPROVANTE_RECEBIMENTO_EXTERNO
           
static java.lang.String PROP_OBSERVACAO
           
static java.lang.String PROP_PESSOA_DESTINATARIO_EXTERNO
           
static java.lang.String PROP_PESSOA_DESTINO_EXTERNO
           
static java.lang.String PROP_PESSOA_ORIGEM_EXTERNA
           
static java.lang.String PROP_POSSUI_GUIA
           
static java.lang.String PROP_PRAZO_ACAO_TRAMITE
           
static java.lang.String PROP_SITUACAO_GUIA
           
static java.lang.String PROP_TIPO_TRAMITE
           
static java.lang.String PROP_UNIDADE_TRAMITE_DESTINO
           
static java.lang.String PROP_UNIDADE_TRAMITE_ORIGEM
           
 
Constructor Summary
BaseTramite()
           
BaseTramite(java.lang.Integer _codigoTramite)
          Constructor for primary key
BaseTramite(java.lang.Integer _codigoTramite, java.lang.String _nomeEstacaoResponsavelTramite, java.lang.Boolean _indicaDestinoExterno, java.lang.String _tipoTramite, java.lang.Boolean _possuiGuia, java.lang.Boolean _indicaOrigemExterna, java.lang.Integer _codigoResponsavelTramite, java.util.Date _dataInicio, java.lang.Integer _codigoDocumento, java.lang.Integer _codigoSituacaoTramite)
          Constructor for required fields
 
Method Summary
 void addToAcoesTramite(java.lang.Object obj)
           
 boolean equals(java.lang.Object obj)
           
 java.util.Set getAcoesTramite()
          Return the value associated with the column: acoesTramite
 java.lang.Integer getCodigoDocumento()
          Return the value associated with the column: CodigoDocumento
 java.lang.Integer getCodigoPessoaRecebimentoExterno()
          Return the value associated with the column: CodigoPessoaRecebimentoExterno
 java.lang.Integer getCodigoResponsavelBaixa()
          Return the value associated with the column: CodigoResponsavelBaixa
 java.lang.Integer getCodigoResponsavelCancelamento()
          Return the value associated with the column: CodigoResponsavelCancelamento
 java.lang.Integer getCodigoResponsavelRecebimento()
          Return the value associated with the column: CodigoResponsavelRecebimento
 java.lang.Integer getCodigoResponsavelTramite()
          Return the value associated with the column: CodigoResponsavelTramite
 java.lang.Integer getCodigoResponsavelTransporte()
          Return the value associated with the column: CodigoResponsavelTransporte
 java.lang.Integer getCodigoSituacaoTramite()
          Return the value associated with the column: CodigoSituacaoTramite
 java.lang.Integer getCodigoTramite()
          Return the unique identifier of this class
 java.lang.Integer getCodigoTransportadora()
          Return the value associated with the column: CodigoTransportadora
 java.util.Date getDataEnvioGuia()
          Return the value associated with the column: DataEnvioGuia
 java.util.Date getDataFim()
          Return the value associated with the column: DataFim
 java.util.Date getDataInicio()
          Return the value associated with the column: DataInicio
 br.gov.mj.pessoafisica.pojo.PessoaFisica getDestinatario()
           
 GuiaArquivamento getGuiaArquivamento()
           
 java.lang.String getNomeEstacaoResponsavelBaixa()
          Return the value associated with the column: NomeEstacaoResponsavelBaixa
 java.lang.String getNomeEstacaoResponsavelCancelamento()
          Return the value associated with the column: NomeEstacaoResponsavelCancelamento
 java.lang.String getNomeEstacaoResponsavelTramite()
          Return the value associated with the column: NomeEstacaoResponsavelTramite
 java.lang.String getNumeroComprovanteRecebimentoExterno()
          Return the value associated with the column: NumeroComprovanteRecebimentoExterno
 java.lang.String getObservacao()
          Return the value associated with the column: Observacao
 PessoaProcesso getPessoaDestinatarioExterno()
           
 PessoaProcesso getPessoaDestinoExterno()
           
 PessoaProcesso getPessoaOrigemExterna()
           
 PrazoAcaoTramite getPrazoAcaoTramite()
           
 java.lang.String getSituacaoGuia()
          Return the value associated with the column: SituacaoGuia
 java.lang.String getTipoTramite()
          Return the value associated with the column: TipoTramite
 UnidadeTramite getUnidadeTramiteDestino()
           
 UnidadeTramite getUnidadeTramiteOrigem()
           
 int hashCode()
           
 java.lang.Boolean isIndicaDestinoExterno()
          Return the value associated with the column: IndicaDestinoExterno
 java.lang.Boolean isIndicaOrigemExterna()
          Return the value associated with the column: IndicaOrigemExterna
 java.lang.Boolean isPossuiGuia()
          Return the value associated with the column: PossuiGuia
 void setAcoesTramite(java.util.Set _acoesTramite)
          Set the value related to the column: acoesTramite
 void setCodigoDocumento(java.lang.Integer _codigoDocumento)
          Set the value related to the column: CodigoDocumento
 void setCodigoPessoaRecebimentoExterno(java.lang.Integer _codigoPessoaRecebimentoExterno)
          Set the value related to the column: CodigoPessoaRecebimentoExterno
 void setCodigoResponsavelBaixa(java.lang.Integer _codigoResponsavelBaixa)
          Set the value related to the column: CodigoResponsavelBaixa
 void setCodigoResponsavelCancelamento(java.lang.Integer _codigoResponsavelCancelamento)
          Set the value related to the column: CodigoResponsavelCancelamento
 void setCodigoResponsavelRecebimento(java.lang.Integer _codigoResponsavelRecebimento)
          Set the value related to the column: CodigoResponsavelRecebimento
 void setCodigoResponsavelTramite(java.lang.Integer _codigoResponsavelTramite)
          Set the value related to the column: CodigoResponsavelTramite
 void setCodigoResponsavelTransporte(java.lang.Integer _codigoResponsavelTransporte)
          Set the value related to the column: CodigoResponsavelTransporte
 void setCodigoSituacaoTramite(java.lang.Integer _codigoSituacaoTramite)
          Set the value related to the column: CodigoSituacaoTramite
 void setCodigoTramite(java.lang.Integer _codigoTramite)
          Set the unique identifier of this class
 void setCodigoTransportadora(java.lang.Integer _codigoTransportadora)
          Set the value related to the column: CodigoTransportadora
 void setDataEnvioGuia(java.util.Date _dataEnvioGuia)
          Set the value related to the column: DataEnvioGuia
 void setDataFim(java.util.Date _dataFim)
          Set the value related to the column: DataFim
 void setDataInicio(java.util.Date _dataInicio)
          Set the value related to the column: DataInicio
 void setDestinatario(br.gov.mj.pessoafisica.pojo.PessoaFisica _destinatario)
          Set the value related to the column: codigoPessoaDestinatario
 void setGuiaArquivamento(GuiaArquivamento _guiaArquivamento)
          Set the value related to the column: guiaArquivamento
 void setIndicaDestinoExterno(java.lang.Boolean _indicaDestinoExterno)
          Set the value related to the column: IndicaDestinoExterno
 void setIndicaOrigemExterna(java.lang.Boolean _indicaOrigemExterna)
          Set the value related to the column: IndicaOrigemExterna
 void setNomeEstacaoResponsavelBaixa(java.lang.String _nomeEstacaoResponsavelBaixa)
          Set the value related to the column: NomeEstacaoResponsavelBaixa
 void setNomeEstacaoResponsavelCancelamento(java.lang.String _nomeEstacaoResponsavelCancelamento)
          Set the value related to the column: NomeEstacaoResponsavelCancelamento
 void setNomeEstacaoResponsavelTramite(java.lang.String _nomeEstacaoResponsavelTramite)
          Set the value related to the column: NomeEstacaoResponsavelTramite
 void setNumeroComprovanteRecebimentoExterno(java.lang.String _numeroComprovanteRecebimentoExterno)
          Set the value related to the column: NumeroComprovanteRecebimentoExterno
 void setObservacao(java.lang.String _observacao)
          Set the value related to the column: Observacao
 void setPessoaDestinatarioExterno(PessoaProcesso _pessoaDestinatarioExterno)
          Set the value related to the column: CodigoPessoaDestinatarioExterno
 void setPessoaDestinoExterno(PessoaProcesso _pessoaDestinoExterno)
          Set the value related to the column: CodigoPessoaDestinoExterno
 void setPessoaOrigemExterna(PessoaProcesso _pessoaOrigemExterna)
          Set the value related to the column: CodigoPessoaOrigemExterna
 void setPossuiGuia(java.lang.Boolean _possuiGuia)
          Set the value related to the column: PossuiGuia
 void setPrazoAcaoTramite(PrazoAcaoTramite _prazoAcaoTramite)
          Set the value related to the column: prazoAcaoTramite
 void setSituacaoGuia(java.lang.String _situacaoGuia)
          Set the value related to the column: SituacaoGuia
 void setTipoTramite(java.lang.String _tipoTramite)
          Set the value related to the column: TipoTramite
 void setUnidadeTramiteDestino(UnidadeTramite _unidadeTramiteDestino)
          Set the value related to the column: CodigoUnidadeTramiteDestino
 void setUnidadeTramiteOrigem(UnidadeTramite _unidadeTramiteOrigem)
          Set the value related to the column: CodigoUnidadeTramiteOrigem
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_CODIGO_SITUACAO_TRAMITE

public static java.lang.String PROP_CODIGO_SITUACAO_TRAMITE

PROP_CODIGO_TRAMITE

public static java.lang.String PROP_CODIGO_TRAMITE

PROP_CODIGO_RESPONSAVEL_CANCELAMENTO

public static java.lang.String PROP_CODIGO_RESPONSAVEL_CANCELAMENTO

PROP_NOME_ESTACAO_RESPONSAVEL_TRAMITE

public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_TRAMITE

PROP_PESSOA_DESTINO_EXTERNO

public static java.lang.String PROP_PESSOA_DESTINO_EXTERNO

PROP_INDICA_DESTINO_EXTERNO

public static java.lang.String PROP_INDICA_DESTINO_EXTERNO

PROP_PRAZO_ACAO_TRAMITE

public static java.lang.String PROP_PRAZO_ACAO_TRAMITE

PROP_NOME_ESTACAO_RESPONSAVEL_CANCELAMENTO

public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_CANCELAMENTO

PROP_NOME_ESTACAO_RESPONSAVEL_BAIXA

public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_BAIXA

PROP_CODIGO_TRANSPORTADORA

public static java.lang.String PROP_CODIGO_TRANSPORTADORA

PROP_UNIDADE_TRAMITE_ORIGEM

public static java.lang.String PROP_UNIDADE_TRAMITE_ORIGEM

PROP_GUIA_ARQUIVAMENTO

public static java.lang.String PROP_GUIA_ARQUIVAMENTO

PROP_CODIGO_PESSOA_RECEBIMENTO_EXTERNO

public static java.lang.String PROP_CODIGO_PESSOA_RECEBIMENTO_EXTERNO

PROP_NUMERO_COMPROVANTE_RECEBIMENTO_EXTERNO

public static java.lang.String PROP_NUMERO_COMPROVANTE_RECEBIMENTO_EXTERNO

PROP_DESTINATARIO

public static java.lang.String PROP_DESTINATARIO

PROP_CODIGO_RESPONSAVEL_TRANSPORTE

public static java.lang.String PROP_CODIGO_RESPONSAVEL_TRANSPORTE

PROP_DATA_FIM

public static java.lang.String PROP_DATA_FIM

PROP_UNIDADE_TRAMITE_DESTINO

public static java.lang.String PROP_UNIDADE_TRAMITE_DESTINO

PROP_CODIGO_RESPONSAVEL_BAIXA

public static java.lang.String PROP_CODIGO_RESPONSAVEL_BAIXA

PROP_PESSOA_ORIGEM_EXTERNA

public static java.lang.String PROP_PESSOA_ORIGEM_EXTERNA

PROP_CODIGO_RESPONSAVEL_RECEBIMENTO

public static java.lang.String PROP_CODIGO_RESPONSAVEL_RECEBIMENTO

PROP_PESSOA_DESTINATARIO_EXTERNO

public static java.lang.String PROP_PESSOA_DESTINATARIO_EXTERNO

PROP_SITUACAO_GUIA

public static java.lang.String PROP_SITUACAO_GUIA

PROP_TIPO_TRAMITE

public static java.lang.String PROP_TIPO_TRAMITE

PROP_POSSUI_GUIA

public static java.lang.String PROP_POSSUI_GUIA

PROP_INDICA_ORIGEM_EXTERNA

public static java.lang.String PROP_INDICA_ORIGEM_EXTERNA

PROP_CODIGO_RESPONSAVEL_TRAMITE

public static java.lang.String PROP_CODIGO_RESPONSAVEL_TRAMITE

PROP_DATA_INICIO

public static java.lang.String PROP_DATA_INICIO

PROP_DATA_ENVIO_GUIA

public static java.lang.String PROP_DATA_ENVIO_GUIA

PROP_OBSERVACAO

public static java.lang.String PROP_OBSERVACAO

PROP_CODIGO_DOCUMENTO

public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail

BaseTramite

public BaseTramite()

BaseTramite

public BaseTramite(java.lang.Integer _codigoTramite)
Constructor for primary key


BaseTramite

public BaseTramite(java.lang.Integer _codigoTramite,
                   java.lang.String _nomeEstacaoResponsavelTramite,
                   java.lang.Boolean _indicaDestinoExterno,
                   java.lang.String _tipoTramite,
                   java.lang.Boolean _possuiGuia,
                   java.lang.Boolean _indicaOrigemExterna,
                   java.lang.Integer _codigoResponsavelTramite,
                   java.util.Date _dataInicio,
                   java.lang.Integer _codigoDocumento,
                   java.lang.Integer _codigoSituacaoTramite)
Constructor for required fields

Method Detail

getCodigoTramite

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


setCodigoTramite

public void setCodigoTramite(java.lang.Integer _codigoTramite)
Set the unique identifier of this class

Parameters:
_codigoTramite - the new ID

getCodigoResponsavelCancelamento

public java.lang.Integer getCodigoResponsavelCancelamento()
Return the value associated with the column: CodigoResponsavelCancelamento


setCodigoResponsavelCancelamento

public void setCodigoResponsavelCancelamento(java.lang.Integer _codigoResponsavelCancelamento)
Set the value related to the column: CodigoResponsavelCancelamento

Parameters:
_codigoResponsavelCancelamento - the CodigoResponsavelCancelamento value

getNomeEstacaoResponsavelTramite

public java.lang.String getNomeEstacaoResponsavelTramite()
Return the value associated with the column: NomeEstacaoResponsavelTramite


setNomeEstacaoResponsavelTramite

public void setNomeEstacaoResponsavelTramite(java.lang.String _nomeEstacaoResponsavelTramite)
Set the value related to the column: NomeEstacaoResponsavelTramite

Parameters:
_nomeEstacaoResponsavelTramite - the NomeEstacaoResponsavelTramite value

isIndicaDestinoExterno

public java.lang.Boolean isIndicaDestinoExterno()
Return the value associated with the column: IndicaDestinoExterno


setIndicaDestinoExterno

public void setIndicaDestinoExterno(java.lang.Boolean _indicaDestinoExterno)
Set the value related to the column: IndicaDestinoExterno

Parameters:
_indicaDestinoExterno - the IndicaDestinoExterno value

getNomeEstacaoResponsavelBaixa

public java.lang.String getNomeEstacaoResponsavelBaixa()
Return the value associated with the column: NomeEstacaoResponsavelBaixa


setNomeEstacaoResponsavelBaixa

public void setNomeEstacaoResponsavelBaixa(java.lang.String _nomeEstacaoResponsavelBaixa)
Set the value related to the column: NomeEstacaoResponsavelBaixa

Parameters:
_nomeEstacaoResponsavelBaixa - the NomeEstacaoResponsavelBaixa value

getNomeEstacaoResponsavelCancelamento

public java.lang.String getNomeEstacaoResponsavelCancelamento()
Return the value associated with the column: NomeEstacaoResponsavelCancelamento


setNomeEstacaoResponsavelCancelamento

public void setNomeEstacaoResponsavelCancelamento(java.lang.String _nomeEstacaoResponsavelCancelamento)
Set the value related to the column: NomeEstacaoResponsavelCancelamento

Parameters:
_nomeEstacaoResponsavelCancelamento - the NomeEstacaoResponsavelCancelamento value

getNumeroComprovanteRecebimentoExterno

public java.lang.String getNumeroComprovanteRecebimentoExterno()
Return the value associated with the column: NumeroComprovanteRecebimentoExterno


setNumeroComprovanteRecebimentoExterno

public void setNumeroComprovanteRecebimentoExterno(java.lang.String _numeroComprovanteRecebimentoExterno)
Set the value related to the column: NumeroComprovanteRecebimentoExterno

Parameters:
_numeroComprovanteRecebimentoExterno - the NumeroComprovanteRecebimentoExterno value

getCodigoResponsavelTransporte

public java.lang.Integer getCodigoResponsavelTransporte()
Return the value associated with the column: CodigoResponsavelTransporte


setCodigoResponsavelTransporte

public void setCodigoResponsavelTransporte(java.lang.Integer _codigoResponsavelTransporte)
Set the value related to the column: CodigoResponsavelTransporte

Parameters:
_codigoResponsavelTransporte - the CodigoResponsavelTransporte value

getDataFim

public java.util.Date getDataFim()
Return the value associated with the column: DataFim


setDataFim

public void setDataFim(java.util.Date _dataFim)
Set the value related to the column: DataFim

Parameters:
_dataFim - the DataFim value

getCodigoResponsavelBaixa

public java.lang.Integer getCodigoResponsavelBaixa()
Return the value associated with the column: CodigoResponsavelBaixa


setCodigoResponsavelBaixa

public void setCodigoResponsavelBaixa(java.lang.Integer _codigoResponsavelBaixa)
Set the value related to the column: CodigoResponsavelBaixa

Parameters:
_codigoResponsavelBaixa - the CodigoResponsavelBaixa value

getCodigoResponsavelRecebimento

public java.lang.Integer getCodigoResponsavelRecebimento()
Return the value associated with the column: CodigoResponsavelRecebimento


setCodigoResponsavelRecebimento

public void setCodigoResponsavelRecebimento(java.lang.Integer _codigoResponsavelRecebimento)
Set the value related to the column: CodigoResponsavelRecebimento

Parameters:
_codigoResponsavelRecebimento - the CodigoResponsavelRecebimento value

getTipoTramite

public java.lang.String getTipoTramite()
Return the value associated with the column: TipoTramite


setTipoTramite

public void setTipoTramite(java.lang.String _tipoTramite)
Set the value related to the column: TipoTramite

Parameters:
_tipoTramite - the TipoTramite value

getSituacaoGuia

public java.lang.String getSituacaoGuia()
Return the value associated with the column: SituacaoGuia


setSituacaoGuia

public void setSituacaoGuia(java.lang.String _situacaoGuia)
Set the value related to the column: SituacaoGuia

Parameters:
_situacaoGuia - the SituacaoGuia value

isPossuiGuia

public java.lang.Boolean isPossuiGuia()
Return the value associated with the column: PossuiGuia


setPossuiGuia

public void setPossuiGuia(java.lang.Boolean _possuiGuia)
Set the value related to the column: PossuiGuia

Parameters:
_possuiGuia - the PossuiGuia value

isIndicaOrigemExterna

public java.lang.Boolean isIndicaOrigemExterna()
Return the value associated with the column: IndicaOrigemExterna


setIndicaOrigemExterna

public void setIndicaOrigemExterna(java.lang.Boolean _indicaOrigemExterna)
Set the value related to the column: IndicaOrigemExterna

Parameters:
_indicaOrigemExterna - the IndicaOrigemExterna value

getCodigoResponsavelTramite

public java.lang.Integer getCodigoResponsavelTramite()
Return the value associated with the column: CodigoResponsavelTramite


setCodigoResponsavelTramite

public void setCodigoResponsavelTramite(java.lang.Integer _codigoResponsavelTramite)
Set the value related to the column: CodigoResponsavelTramite

Parameters:
_codigoResponsavelTramite - the CodigoResponsavelTramite value

getDataInicio

public java.util.Date getDataInicio()
Return the value associated with the column: DataInicio


setDataInicio

public void setDataInicio(java.util.Date _dataInicio)
Set the value related to the column: DataInicio

Parameters:
_dataInicio - the DataInicio value

getDataEnvioGuia

public java.util.Date getDataEnvioGuia()
Return the value associated with the column: DataEnvioGuia


setDataEnvioGuia

public void setDataEnvioGuia(java.util.Date _dataEnvioGuia)
Set the value related to the column: DataEnvioGuia

Parameters:
_dataEnvioGuia - the DataEnvioGuia value

getObservacao

public java.lang.String getObservacao()
Return the value associated with the column: Observacao


setObservacao

public void setObservacao(java.lang.String _observacao)
Set the value related to the column: Observacao

Parameters:
_observacao - the Observacao 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

getCodigoSituacaoTramite

public java.lang.Integer getCodigoSituacaoTramite()
Return the value associated with the column: CodigoSituacaoTramite


setCodigoSituacaoTramite

public void setCodigoSituacaoTramite(java.lang.Integer _codigoSituacaoTramite)
Set the value related to the column: CodigoSituacaoTramite

Parameters:
_codigoSituacaoTramite - the CodigoSituacaoTramite value

getCodigoPessoaRecebimentoExterno

public java.lang.Integer getCodigoPessoaRecebimentoExterno()
Return the value associated with the column: CodigoPessoaRecebimentoExterno


setCodigoPessoaRecebimentoExterno

public void setCodigoPessoaRecebimentoExterno(java.lang.Integer _codigoPessoaRecebimentoExterno)
Set the value related to the column: CodigoPessoaRecebimentoExterno

Parameters:
_codigoPessoaRecebimentoExterno - the CodigoPessoaRecebimentoExterno value

getCodigoTransportadora

public java.lang.Integer getCodigoTransportadora()
Return the value associated with the column: CodigoTransportadora


setCodigoTransportadora

public void setCodigoTransportadora(java.lang.Integer _codigoTransportadora)
Set the value related to the column: CodigoTransportadora

Parameters:
_codigoTransportadora - the CodigoTransportadora value

getPrazoAcaoTramite

public PrazoAcaoTramite getPrazoAcaoTramite()

setPrazoAcaoTramite

public void setPrazoAcaoTramite(PrazoAcaoTramite _prazoAcaoTramite)
Set the value related to the column: prazoAcaoTramite

Parameters:
_prazoAcaoTramite - the prazoAcaoTramite value

getGuiaArquivamento

public GuiaArquivamento getGuiaArquivamento()

setGuiaArquivamento

public void setGuiaArquivamento(GuiaArquivamento _guiaArquivamento)
Set the value related to the column: guiaArquivamento

Parameters:
_guiaArquivamento - the guiaArquivamento value

getDestinatario

public br.gov.mj.pessoafisica.pojo.PessoaFisica getDestinatario()

setDestinatario

public void setDestinatario(br.gov.mj.pessoafisica.pojo.PessoaFisica _destinatario)
Set the value related to the column: codigoPessoaDestinatario

Parameters:
_destinatario - the codigoPessoaDestinatario value

getPessoaDestinoExterno

public PessoaProcesso getPessoaDestinoExterno()

setPessoaDestinoExterno

public void setPessoaDestinoExterno(PessoaProcesso _pessoaDestinoExterno)
Set the value related to the column: CodigoPessoaDestinoExterno

Parameters:
_pessoaDestinoExterno - the CodigoPessoaDestinoExterno value

getUnidadeTramiteOrigem

public UnidadeTramite getUnidadeTramiteOrigem()

setUnidadeTramiteOrigem

public void setUnidadeTramiteOrigem(UnidadeTramite _unidadeTramiteOrigem)
Set the value related to the column: CodigoUnidadeTramiteOrigem

Parameters:
_unidadeTramiteOrigem - the CodigoUnidadeTramiteOrigem value

getUnidadeTramiteDestino

public UnidadeTramite getUnidadeTramiteDestino()

setUnidadeTramiteDestino

public void setUnidadeTramiteDestino(UnidadeTramite _unidadeTramiteDestino)
Set the value related to the column: CodigoUnidadeTramiteDestino

Parameters:
_unidadeTramiteDestino - the CodigoUnidadeTramiteDestino value

getPessoaDestinatarioExterno

public PessoaProcesso getPessoaDestinatarioExterno()

setPessoaDestinatarioExterno

public void setPessoaDestinatarioExterno(PessoaProcesso _pessoaDestinatarioExterno)
Set the value related to the column: CodigoPessoaDestinatarioExterno

Parameters:
_pessoaDestinatarioExterno - the CodigoPessoaDestinatarioExterno value

getPessoaOrigemExterna

public PessoaProcesso getPessoaOrigemExterna()

setPessoaOrigemExterna

public void setPessoaOrigemExterna(PessoaProcesso _pessoaOrigemExterna)
Set the value related to the column: CodigoPessoaOrigemExterna

Parameters:
_pessoaOrigemExterna - the CodigoPessoaOrigemExterna value

getAcoesTramite

public java.util.Set getAcoesTramite()
Return the value associated with the column: acoesTramite


setAcoesTramite

public void setAcoesTramite(java.util.Set _acoesTramite)
Set the value related to the column: acoesTramite

Parameters:
_acoesTramite - the acoesTramite value

addToAcoesTramite

public void addToAcoesTramite(java.lang.Object obj)

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