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

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

public abstract class BaseArquivoCorrente
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 ArquivoCorrente 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_ARQUIVO_CORRENTE
           
static java.lang.String PROP_CODIGO_DOCUMENTO
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_ARQUIVAMENTO
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_DESARQUIVAMENTO
           
static java.lang.String PROP_DATA_ARQUIVAMENTO
           
static java.lang.String PROP_DATA_DESARQUIVAMENTO
           
static java.lang.String PROP_DESCRICAO
           
static java.lang.String PROP_INDICA_ENVIO_ARQUIVO_INTERMEDIARIO
           
static java.lang.String PROP_LOCALIZACAO
           
static java.lang.String PROP_PRAZO
           
static java.lang.String PROP_TIPO_PRAZO
           
 
Constructor Summary
BaseArquivoCorrente()
           
BaseArquivoCorrente(java.lang.Integer _codigoArquivoCorrente)
          Constructor for primary key
BaseArquivoCorrente(java.lang.Integer _codigoArquivoCorrente, java.util.Date _dataArquivamento, java.lang.Integer _codigoResponsavelArquivamento, java.lang.Integer _prazo, boolean _indicaEnvioArquivoIntermediario, java.lang.String _descricao, java.lang.String _tipoPrazo, java.lang.Integer _codigoDocumento)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getCodigoArquivoCorrente()
          Return the unique identifier of this class
 java.lang.Integer getCodigoDocumento()
          Return the value associated with the column: CodigoDocumento
 java.lang.Integer getCodigoResponsavelArquivamento()
          Return the value associated with the column: CodigoResponsavelArquivamento
 java.lang.Integer getCodigoResponsavelDesarquivamento()
          Return the value associated with the column: CodigoResponsavelDesarquivamento
 java.util.Date getDataArquivamento()
          Return the value associated with the column: DataArquivamento
 java.util.Date getDataDesarquivamento()
          Return the value associated with the column: DataDesarquivamento
 java.lang.String getDescricao()
          Return the value associated with the column: Descricao
 java.lang.String getLocalizacao()
          Return the value associated with the column: Localizacao
 java.lang.Integer getPrazo()
          Return the value associated with the column: Prazo
 java.lang.String getTipoPrazo()
          Return the value associated with the column: TipoPrazo
 int hashCode()
           
 boolean isIndicaEnvioArquivoIntermediario()
          Return the value associated with the column: IndicaEnvioArquivoIntermediario
 void setCodigoArquivoCorrente(java.lang.Integer _codigoArquivoCorrente)
          Set the unique identifier of this class
 void setCodigoDocumento(java.lang.Integer _codigoDocumento)
          Set the value related to the column: CodigoDocumento
 void setCodigoResponsavelArquivamento(java.lang.Integer _codigoResponsavelArquivamento)
          Set the value related to the column: CodigoResponsavelArquivamento
 void setCodigoResponsavelDesarquivamento(java.lang.Integer _codigoResponsavelDesarquivamento)
          Set the value related to the column: CodigoResponsavelDesarquivamento
 void setDataArquivamento(java.util.Date _dataArquivamento)
          Set the value related to the column: DataArquivamento
 void setDataDesarquivamento(java.util.Date _dataDesarquivamento)
          Set the value related to the column: DataDesarquivamento
 void setDescricao(java.lang.String _descricao)
          Set the value related to the column: Descricao
 void setIndicaEnvioArquivoIntermediario(boolean _indicaEnvioArquivoIntermediario)
          Set the value related to the column: IndicaEnvioArquivoIntermediario
 void setLocalizacao(java.lang.String _localizacao)
          Set the value related to the column: Localizacao
 void setPrazo(java.lang.Integer _prazo)
          Set the value related to the column: Prazo
 void setTipoPrazo(java.lang.String _tipoPrazo)
          Set the value related to the column: TipoPrazo
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_DATA_ARQUIVAMENTO

public static java.lang.String PROP_DATA_ARQUIVAMENTO

PROP_DATA_DESARQUIVAMENTO

public static java.lang.String PROP_DATA_DESARQUIVAMENTO

PROP_CODIGO_RESPONSAVEL_ARQUIVAMENTO

public static java.lang.String PROP_CODIGO_RESPONSAVEL_ARQUIVAMENTO

PROP_LOCALIZACAO

public static java.lang.String PROP_LOCALIZACAO

PROP_PRAZO

public static java.lang.String PROP_PRAZO

PROP_CODIGO_RESPONSAVEL_DESARQUIVAMENTO

public static java.lang.String PROP_CODIGO_RESPONSAVEL_DESARQUIVAMENTO

PROP_DESCRICAO

public static java.lang.String PROP_DESCRICAO

PROP_INDICA_ENVIO_ARQUIVO_INTERMEDIARIO

public static java.lang.String PROP_INDICA_ENVIO_ARQUIVO_INTERMEDIARIO

PROP_CODIGO_ARQUIVO_CORRENTE

public static java.lang.String PROP_CODIGO_ARQUIVO_CORRENTE

PROP_TIPO_PRAZO

public static java.lang.String PROP_TIPO_PRAZO

PROP_CODIGO_DOCUMENTO

public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail

BaseArquivoCorrente

public BaseArquivoCorrente()

BaseArquivoCorrente

public BaseArquivoCorrente(java.lang.Integer _codigoArquivoCorrente)
Constructor for primary key


BaseArquivoCorrente

public BaseArquivoCorrente(java.lang.Integer _codigoArquivoCorrente,
                           java.util.Date _dataArquivamento,
                           java.lang.Integer _codigoResponsavelArquivamento,
                           java.lang.Integer _prazo,
                           boolean _indicaEnvioArquivoIntermediario,
                           java.lang.String _descricao,
                           java.lang.String _tipoPrazo,
                           java.lang.Integer _codigoDocumento)
Constructor for required fields

Method Detail

getCodigoArquivoCorrente

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


setCodigoArquivoCorrente

public void setCodigoArquivoCorrente(java.lang.Integer _codigoArquivoCorrente)
Set the unique identifier of this class

Parameters:
_codigoArquivoCorrente - the new ID

getDataArquivamento

public java.util.Date getDataArquivamento()
Return the value associated with the column: DataArquivamento


setDataArquivamento

public void setDataArquivamento(java.util.Date _dataArquivamento)
Set the value related to the column: DataArquivamento

Parameters:
_dataArquivamento - the DataArquivamento value

getDataDesarquivamento

public java.util.Date getDataDesarquivamento()
Return the value associated with the column: DataDesarquivamento


setDataDesarquivamento

public void setDataDesarquivamento(java.util.Date _dataDesarquivamento)
Set the value related to the column: DataDesarquivamento

Parameters:
_dataDesarquivamento - the DataDesarquivamento value

getCodigoResponsavelArquivamento

public java.lang.Integer getCodigoResponsavelArquivamento()
Return the value associated with the column: CodigoResponsavelArquivamento


setCodigoResponsavelArquivamento

public void setCodigoResponsavelArquivamento(java.lang.Integer _codigoResponsavelArquivamento)
Set the value related to the column: CodigoResponsavelArquivamento

Parameters:
_codigoResponsavelArquivamento - the CodigoResponsavelArquivamento value

getLocalizacao

public java.lang.String getLocalizacao()
Return the value associated with the column: Localizacao


setLocalizacao

public void setLocalizacao(java.lang.String _localizacao)
Set the value related to the column: Localizacao

Parameters:
_localizacao - the Localizacao value

getPrazo

public java.lang.Integer getPrazo()
Return the value associated with the column: Prazo


setPrazo

public void setPrazo(java.lang.Integer _prazo)
Set the value related to the column: Prazo

Parameters:
_prazo - the Prazo value

isIndicaEnvioArquivoIntermediario

public boolean isIndicaEnvioArquivoIntermediario()
Return the value associated with the column: IndicaEnvioArquivoIntermediario


setIndicaEnvioArquivoIntermediario

public void setIndicaEnvioArquivoIntermediario(boolean _indicaEnvioArquivoIntermediario)
Set the value related to the column: IndicaEnvioArquivoIntermediario

Parameters:
_indicaEnvioArquivoIntermediario - the IndicaEnvioArquivoIntermediario 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

getCodigoResponsavelDesarquivamento

public java.lang.Integer getCodigoResponsavelDesarquivamento()
Return the value associated with the column: CodigoResponsavelDesarquivamento


setCodigoResponsavelDesarquivamento

public void setCodigoResponsavelDesarquivamento(java.lang.Integer _codigoResponsavelDesarquivamento)
Set the value related to the column: CodigoResponsavelDesarquivamento

Parameters:
_codigoResponsavelDesarquivamento - the CodigoResponsavelDesarquivamento value

getTipoPrazo

public java.lang.String getTipoPrazo()
Return the value associated with the column: TipoPrazo


setTipoPrazo

public void setTipoPrazo(java.lang.String _tipoPrazo)
Set the value related to the column: TipoPrazo

Parameters:
_tipoPrazo - the TipoPrazo 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

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