|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseAvisoIntermediario
public abstract class BaseAvisoIntermediario
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 AvisoIntermediario 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_AVISO_INTERMEDIARIO
|
static java.lang.String |
PROP_CODIGO_DOCUMENTO
|
static java.lang.String |
PROP_DATA_FIM
|
static java.lang.String |
PROP_DATA_INICIO
|
static java.lang.String |
PROP_DESCRICAO
|
static java.lang.String |
PROP_LOCALIZACAO
|
static java.lang.String |
PROP_PRAZO
|
static java.lang.String |
PROP_TIPO_PRAZO
|
Constructor Summary | |
---|---|
BaseAvisoIntermediario()
|
|
BaseAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario)
Constructor for primary key |
|
BaseAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario,
java.lang.Integer _prazo,
java.util.Date _dataInicio,
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 |
getCodigoAvisoIntermediario()
Return the unique identifier of this class |
java.lang.Integer |
getCodigoDocumento()
Return the value associated with the column: CodigoDocumento |
java.util.Date |
getDataFim()
Return the value associated with the column: DataFim |
java.util.Date |
getDataInicio()
Return the value associated with the column: DataInicio |
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()
|
void |
setCodigoAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario)
Set the unique identifier of this class |
void |
setCodigoDocumento(java.lang.Integer _codigoDocumento)
Set the value related to the column: CodigoDocumento |
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 |
setDescricao(java.lang.String _descricao)
Set the value related to the column: Descricao |
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_FIM
public static java.lang.String PROP_LOCALIZACAO
public static java.lang.String PROP_PRAZO
public static java.lang.String PROP_DESCRICAO
public static java.lang.String PROP_DATA_INICIO
public static java.lang.String PROP_CODIGO_AVISO_INTERMEDIARIO
public static java.lang.String PROP_TIPO_PRAZO
public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail |
---|
public BaseAvisoIntermediario()
public BaseAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario)
public BaseAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario, java.lang.Integer _prazo, java.util.Date _dataInicio, java.lang.String _descricao, java.lang.String _tipoPrazo, java.lang.Integer _codigoDocumento)
Method Detail |
---|
public java.lang.Integer getCodigoAvisoIntermediario()
public void setCodigoAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario)
_codigoAvisoIntermediario
- the new IDpublic java.util.Date getDataFim()
public void setDataFim(java.util.Date _dataFim)
_dataFim
- the DataFim valuepublic java.lang.Integer getPrazo()
public void setPrazo(java.lang.Integer _prazo)
_prazo
- the Prazo valuepublic java.util.Date getDataInicio()
public void setDataInicio(java.util.Date _dataInicio)
_dataInicio
- the DataInicio valuepublic java.lang.String getDescricao()
public void setDescricao(java.lang.String _descricao)
_descricao
- the Descricao valuepublic java.lang.String getLocalizacao()
public void setLocalizacao(java.lang.String _localizacao)
_localizacao
- the Localizacao 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 |