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

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

public abstract class BasePessoaProcesso
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 PessoaProcesso 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_MUNICIPIO
           
static java.lang.String PROP_CODIGO_PESSOA_PROCESSO
           
static java.lang.String PROP_DATA_NASCIMENTO
           
static java.lang.String PROP_ENDERECO_BAIRRO
           
static java.lang.String PROP_ENDERECO_C_E_P
           
static java.lang.String PROP_ENDERECO_COMPLEMENTO
           
static java.lang.String PROP_ENDERECO_LOGRADOURO
           
static java.lang.String PROP_INDICA_TIPO_PESSOA
           
static java.lang.String PROP_NOME
           
static java.lang.String PROP_NOME_MAE
           
static java.lang.String PROP_NOME_PAI
           
static java.lang.String PROP_NUMERO_C_N_P_J
           
static java.lang.String PROP_NUMERO_C_P_F
           
static java.lang.String PROP_NUMERO_IDENTIDADE
           
static java.lang.String PROP_ORGAO_EXPEDIDOR
           
static java.lang.String PROP_SETOR
           
static java.lang.String PROP_SEXO
           
static java.lang.String PROP_TELEFONE
           
 
Constructor Summary
BasePessoaProcesso()
           
BasePessoaProcesso(java.lang.Integer _codigoPessoaProcesso)
          Constructor for primary key
BasePessoaProcesso(java.lang.Integer _codigoPessoaProcesso, java.lang.String _nome, java.lang.String _indicaTipoPessoa)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCodigoMunicipio()
          Return the value associated with the column: CodigoMunicipio
 java.lang.Integer getCodigoPessoaProcesso()
          Return the unique identifier of this class
 java.util.Date getDataNascimento()
          Return the value associated with the column: DataNascimento
 java.lang.String getEnderecoBairro()
          Return the value associated with the column: EnderecoBairro
 java.lang.String getEnderecoCEP()
          Return the value associated with the column: EnderecoCEP
 java.lang.String getEnderecoComplemento()
          Return the value associated with the column: EnderecoComplemento
 java.lang.String getEnderecoLogradouro()
          Return the value associated with the column: EnderecoLogradouro
 java.lang.String getIndicaTipoPessoa()
          Return the value associated with the column: IndicaTipoPessoa
 java.lang.String getNome()
          Return the value associated with the column: Nome
 java.lang.String getNomeMae()
          Return the value associated with the column: NomeMae
 java.lang.String getNomePai()
          Return the value associated with the column: NomePai
 java.lang.String getNumeroCNPJ()
          Return the value associated with the column: NumeroCNPJ
 java.lang.String getNumeroCPF()
          Return the value associated with the column: NumeroCPF
 java.lang.String getNumeroIdentidade()
          Return the value associated with the column: NumeroIdentidade
 java.lang.String getOrgaoExpedidor()
          Return the value associated with the column: OrgaoExpedidor
 java.lang.String getSetor()
          Return the value associated with the column: Setor
 java.lang.String getSexo()
          Return the value associated with the column: Sexo
 java.lang.String getTelefone()
          Return the value associated with the column: Telefone
 int hashCode()
           
 void setCodigoMunicipio(java.lang.String _codigoMunicipio)
          Set the value related to the column: CodigoMunicipio
 void setCodigoPessoaProcesso(java.lang.Integer _codigoPessoaProcesso)
          Set the unique identifier of this class
 void setDataNascimento(java.util.Date _dataNascimento)
          Set the value related to the column: DataNascimento
 void setEnderecoBairro(java.lang.String _enderecoBairro)
          Set the value related to the column: EnderecoBairro
 void setEnderecoCEP(java.lang.String _enderecoCEP)
          Set the value related to the column: EnderecoCEP
 void setEnderecoComplemento(java.lang.String _enderecoComplemento)
          Set the value related to the column: EnderecoComplemento
 void setEnderecoLogradouro(java.lang.String _enderecoLogradouro)
          Set the value related to the column: EnderecoLogradouro
 void setIndicaTipoPessoa(java.lang.String _indicaTipoPessoa)
          Set the value related to the column: IndicaTipoPessoa
 void setNome(java.lang.String _nome)
          Set the value related to the column: Nome
 void setNomeMae(java.lang.String _nomeMae)
          Set the value related to the column: NomeMae
 void setNomePai(java.lang.String _nomePai)
          Set the value related to the column: NomePai
 void setNumeroCNPJ(java.lang.String _numeroCNPJ)
          Set the value related to the column: NumeroCNPJ
 void setNumeroCPF(java.lang.String _numeroCPF)
          Set the value related to the column: NumeroCPF
 void setNumeroIdentidade(java.lang.String _numeroIdentidade)
          Set the value related to the column: NumeroIdentidade
 void setOrgaoExpedidor(java.lang.String _orgaoExpedidor)
          Set the value related to the column: OrgaoExpedidor
 void setSetor(java.lang.String _setor)
          Set the value related to the column: Setor
 void setSexo(java.lang.String _sexo)
          Set the value related to the column: Sexo
 void setTelefone(java.lang.String _telefone)
          Set the value related to the column: Telefone
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_NOME_PAI

public static java.lang.String PROP_NOME_PAI

PROP_NUMERO_C_P_F

public static java.lang.String PROP_NUMERO_C_P_F

PROP_ORGAO_EXPEDIDOR

public static java.lang.String PROP_ORGAO_EXPEDIDOR

PROP_SETOR

public static java.lang.String PROP_SETOR

PROP_ENDERECO_BAIRRO

public static java.lang.String PROP_ENDERECO_BAIRRO

PROP_CODIGO_PESSOA_PROCESSO

public static java.lang.String PROP_CODIGO_PESSOA_PROCESSO

PROP_SEXO

public static java.lang.String PROP_SEXO

PROP_NOME

public static java.lang.String PROP_NOME

PROP_ENDERECO_LOGRADOURO

public static java.lang.String PROP_ENDERECO_LOGRADOURO

PROP_ENDERECO_COMPLEMENTO

public static java.lang.String PROP_ENDERECO_COMPLEMENTO

PROP_NUMERO_C_N_P_J

public static java.lang.String PROP_NUMERO_C_N_P_J

PROP_DATA_NASCIMENTO

public static java.lang.String PROP_DATA_NASCIMENTO

PROP_TELEFONE

public static java.lang.String PROP_TELEFONE

PROP_ENDERECO_C_E_P

public static java.lang.String PROP_ENDERECO_C_E_P

PROP_NOME_MAE

public static java.lang.String PROP_NOME_MAE

PROP_CODIGO_MUNICIPIO

public static java.lang.String PROP_CODIGO_MUNICIPIO

PROP_INDICA_TIPO_PESSOA

public static java.lang.String PROP_INDICA_TIPO_PESSOA

PROP_NUMERO_IDENTIDADE

public static java.lang.String PROP_NUMERO_IDENTIDADE
Constructor Detail

BasePessoaProcesso

public BasePessoaProcesso()

BasePessoaProcesso

public BasePessoaProcesso(java.lang.Integer _codigoPessoaProcesso)
Constructor for primary key


BasePessoaProcesso

public BasePessoaProcesso(java.lang.Integer _codigoPessoaProcesso,
                          java.lang.String _nome,
                          java.lang.String _indicaTipoPessoa)
Constructor for required fields

Method Detail

getCodigoPessoaProcesso

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


setCodigoPessoaProcesso

public void setCodigoPessoaProcesso(java.lang.Integer _codigoPessoaProcesso)
Set the unique identifier of this class

Parameters:
_codigoPessoaProcesso - the new ID

getNomePai

public java.lang.String getNomePai()
Return the value associated with the column: NomePai


setNomePai

public void setNomePai(java.lang.String _nomePai)
Set the value related to the column: NomePai

Parameters:
_nomePai - the NomePai value

getNumeroCPF

public java.lang.String getNumeroCPF()
Return the value associated with the column: NumeroCPF


setNumeroCPF

public void setNumeroCPF(java.lang.String _numeroCPF)
Set the value related to the column: NumeroCPF

Parameters:
_numeroCPF - the NumeroCPF value

getOrgaoExpedidor

public java.lang.String getOrgaoExpedidor()
Return the value associated with the column: OrgaoExpedidor


setOrgaoExpedidor

public void setOrgaoExpedidor(java.lang.String _orgaoExpedidor)
Set the value related to the column: OrgaoExpedidor

Parameters:
_orgaoExpedidor - the OrgaoExpedidor value

getSetor

public java.lang.String getSetor()
Return the value associated with the column: Setor


setSetor

public void setSetor(java.lang.String _setor)
Set the value related to the column: Setor

Parameters:
_setor - the Setor value

getEnderecoBairro

public java.lang.String getEnderecoBairro()
Return the value associated with the column: EnderecoBairro


setEnderecoBairro

public void setEnderecoBairro(java.lang.String _enderecoBairro)
Set the value related to the column: EnderecoBairro

Parameters:
_enderecoBairro - the EnderecoBairro value

getSexo

public java.lang.String getSexo()
Return the value associated with the column: Sexo


setSexo

public void setSexo(java.lang.String _sexo)
Set the value related to the column: Sexo

Parameters:
_sexo - the Sexo value

getNome

public java.lang.String getNome()
Return the value associated with the column: Nome


setNome

public void setNome(java.lang.String _nome)
Set the value related to the column: Nome

Parameters:
_nome - the Nome value

getEnderecoLogradouro

public java.lang.String getEnderecoLogradouro()
Return the value associated with the column: EnderecoLogradouro


setEnderecoLogradouro

public void setEnderecoLogradouro(java.lang.String _enderecoLogradouro)
Set the value related to the column: EnderecoLogradouro

Parameters:
_enderecoLogradouro - the EnderecoLogradouro value

getEnderecoComplemento

public java.lang.String getEnderecoComplemento()
Return the value associated with the column: EnderecoComplemento


setEnderecoComplemento

public void setEnderecoComplemento(java.lang.String _enderecoComplemento)
Set the value related to the column: EnderecoComplemento

Parameters:
_enderecoComplemento - the EnderecoComplemento value

getNumeroCNPJ

public java.lang.String getNumeroCNPJ()
Return the value associated with the column: NumeroCNPJ


setNumeroCNPJ

public void setNumeroCNPJ(java.lang.String _numeroCNPJ)
Set the value related to the column: NumeroCNPJ

Parameters:
_numeroCNPJ - the NumeroCNPJ value

getDataNascimento

public java.util.Date getDataNascimento()
Return the value associated with the column: DataNascimento


setDataNascimento

public void setDataNascimento(java.util.Date _dataNascimento)
Set the value related to the column: DataNascimento

Parameters:
_dataNascimento - the DataNascimento value

getTelefone

public java.lang.String getTelefone()
Return the value associated with the column: Telefone


setTelefone

public void setTelefone(java.lang.String _telefone)
Set the value related to the column: Telefone

Parameters:
_telefone - the Telefone value

getEnderecoCEP

public java.lang.String getEnderecoCEP()
Return the value associated with the column: EnderecoCEP


setEnderecoCEP

public void setEnderecoCEP(java.lang.String _enderecoCEP)
Set the value related to the column: EnderecoCEP

Parameters:
_enderecoCEP - the EnderecoCEP value

getNomeMae

public java.lang.String getNomeMae()
Return the value associated with the column: NomeMae


setNomeMae

public void setNomeMae(java.lang.String _nomeMae)
Set the value related to the column: NomeMae

Parameters:
_nomeMae - the NomeMae value

getCodigoMunicipio

public java.lang.String getCodigoMunicipio()
Return the value associated with the column: CodigoMunicipio


setCodigoMunicipio

public void setCodigoMunicipio(java.lang.String _codigoMunicipio)
Set the value related to the column: CodigoMunicipio

Parameters:
_codigoMunicipio - the CodigoMunicipio value

getIndicaTipoPessoa

public java.lang.String getIndicaTipoPessoa()
Return the value associated with the column: IndicaTipoPessoa


setIndicaTipoPessoa

public void setIndicaTipoPessoa(java.lang.String _indicaTipoPessoa)
Set the value related to the column: IndicaTipoPessoa

Parameters:
_indicaTipoPessoa - the IndicaTipoPessoa value

getNumeroIdentidade

public java.lang.String getNumeroIdentidade()
Return the value associated with the column: NumeroIdentidade


setNumeroIdentidade

public void setNumeroIdentidade(java.lang.String _numeroIdentidade)
Set the value related to the column: NumeroIdentidade

Parameters:
_numeroIdentidade - the NumeroIdentidade 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