|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseArquivoCorrente
public abstract class BaseArquivoCorrente
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.
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 |
---|
public static java.lang.String PROP_DATA_ARQUIVAMENTO
public static java.lang.String PROP_DATA_DESARQUIVAMENTO
public static java.lang.String PROP_CODIGO_RESPONSAVEL_ARQUIVAMENTO
public static java.lang.String PROP_LOCALIZACAO
public static java.lang.String PROP_PRAZO
public static java.lang.String PROP_CODIGO_RESPONSAVEL_DESARQUIVAMENTO
public static java.lang.String PROP_DESCRICAO
public static java.lang.String PROP_INDICA_ENVIO_ARQUIVO_INTERMEDIARIO
public static java.lang.String PROP_CODIGO_ARQUIVO_CORRENTE
public static java.lang.String PROP_TIPO_PRAZO
public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail |
---|
public BaseArquivoCorrente()
public BaseArquivoCorrente(java.lang.Integer _codigoArquivoCorrente)
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)
Method Detail |
---|
public java.lang.Integer getCodigoArquivoCorrente()
public void setCodigoArquivoCorrente(java.lang.Integer _codigoArquivoCorrente)
_codigoArquivoCorrente
- the new IDpublic java.util.Date getDataArquivamento()
public void setDataArquivamento(java.util.Date _dataArquivamento)
_dataArquivamento
- the DataArquivamento valuepublic java.util.Date getDataDesarquivamento()
public void setDataDesarquivamento(java.util.Date _dataDesarquivamento)
_dataDesarquivamento
- the DataDesarquivamento valuepublic java.lang.Integer getCodigoResponsavelArquivamento()
public void setCodigoResponsavelArquivamento(java.lang.Integer _codigoResponsavelArquivamento)
_codigoResponsavelArquivamento
- the CodigoResponsavelArquivamento valuepublic java.lang.String getLocalizacao()
public void setLocalizacao(java.lang.String _localizacao)
_localizacao
- the Localizacao valuepublic java.lang.Integer getPrazo()
public void setPrazo(java.lang.Integer _prazo)
_prazo
- the Prazo valuepublic boolean isIndicaEnvioArquivoIntermediario()
public void setIndicaEnvioArquivoIntermediario(boolean _indicaEnvioArquivoIntermediario)
_indicaEnvioArquivoIntermediario
- the IndicaEnvioArquivoIntermediario valuepublic java.lang.String getDescricao()
public void setDescricao(java.lang.String _descricao)
_descricao
- the Descricao valuepublic java.lang.Integer getCodigoResponsavelDesarquivamento()
public void setCodigoResponsavelDesarquivamento(java.lang.Integer _codigoResponsavelDesarquivamento)
_codigoResponsavelDesarquivamento
- the CodigoResponsavelDesarquivamento valuepublic java.lang.String getTipoPrazo()
public void setTipoPrazo(java.lang.String _tipoPrazo)
_tipoPrazo
- the TipoPrazo valuepublic java.lang.Integer getCodigoDocumento()
public void setCodigoDocumento(java.lang.Integer _codigoDocumento)
_codigoDocumento
- the CodigoDocumento valuepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |