|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseNegociacaoPrazo
public abstract class BaseNegociacaoPrazo
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 NegociacaoPrazo 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_NEGOCIACAO_PRAZO
|
static java.lang.String |
PROP_DATA_PROPOSTA
|
static java.lang.String |
PROP_DATA_SITUACAO
|
static java.lang.String |
PROP_ENCAMINHAMENTO
|
static java.lang.String |
PROP_JUSTIFICATIVA_NEGACAO
|
static java.lang.String |
PROP_OBSERVACAO
|
static java.lang.String |
PROP_PRAZO
|
static java.lang.String |
PROP_SITUACAO
|
static java.lang.String |
PROP_TIPO_PRAZO
|
static java.lang.String |
PROP_TIPO_PROPONENTE
|
Constructor Summary | |
---|---|
BaseNegociacaoPrazo()
|
|
BaseNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo)
Constructor for primary key |
|
BaseNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo,
Encaminhamento _encaminhamento,
java.util.Date _dataSituacao,
java.util.Date _dataProposta,
java.lang.Integer _prazo,
java.lang.String _situacao,
java.lang.String _tipoProponente,
java.lang.String _tipoPrazo)
Constructor for required fields |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCodigoNegociacaoPrazo()
Return the unique identifier of this class |
java.util.Date |
getDataProposta()
Return the value associated with the column: DataProposta |
java.util.Date |
getDataSituacao()
Return the value associated with the column: DataSituacao |
Encaminhamento |
getEncaminhamento()
|
java.lang.String |
getJustificativaNegacao()
Return the value associated with the column: JustificativaNegacao |
java.lang.String |
getObservacao()
Return the value associated with the column: Observacao |
java.lang.Integer |
getPrazo()
Return the value associated with the column: Prazo |
java.lang.String |
getSituacao()
Return the value associated with the column: Situacao |
java.lang.String |
getTipoPrazo()
Return the value associated with the column: TipoPrazo |
java.lang.String |
getTipoProponente()
Return the value associated with the column: TipoProponente |
int |
hashCode()
|
void |
setCodigoNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo)
Set the unique identifier of this class |
void |
setDataProposta(java.util.Date _dataProposta)
Set the value related to the column: DataProposta |
void |
setDataSituacao(java.util.Date _dataSituacao)
Set the value related to the column: DataSituacao |
void |
setEncaminhamento(Encaminhamento _encaminhamento)
Set the value related to the column: CodigoEncaminhamento |
void |
setJustificativaNegacao(java.lang.String _justificativaNegacao)
Set the value related to the column: JustificativaNegacao |
void |
setObservacao(java.lang.String _observacao)
Set the value related to the column: Observacao |
void |
setPrazo(java.lang.Integer _prazo)
Set the value related to the column: Prazo |
void |
setSituacao(java.lang.String _situacao)
Set the value related to the column: Situacao |
void |
setTipoPrazo(java.lang.String _tipoPrazo)
Set the value related to the column: TipoPrazo |
void |
setTipoProponente(java.lang.String _tipoProponente)
Set the value related to the column: TipoProponente |
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_CODIGO_NEGOCIACAO_PRAZO
public static java.lang.String PROP_DATA_SITUACAO
public static java.lang.String PROP_DATA_PROPOSTA
public static java.lang.String PROP_JUSTIFICATIVA_NEGACAO
public static java.lang.String PROP_PRAZO
public static java.lang.String PROP_ENCAMINHAMENTO
public static java.lang.String PROP_SITUACAO
public static java.lang.String PROP_TIPO_PROPONENTE
public static java.lang.String PROP_OBSERVACAO
public static java.lang.String PROP_TIPO_PRAZO
Constructor Detail |
---|
public BaseNegociacaoPrazo()
public BaseNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo)
public BaseNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo, Encaminhamento _encaminhamento, java.util.Date _dataSituacao, java.util.Date _dataProposta, java.lang.Integer _prazo, java.lang.String _situacao, java.lang.String _tipoProponente, java.lang.String _tipoPrazo)
Method Detail |
---|
public java.lang.Integer getCodigoNegociacaoPrazo()
public void setCodigoNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo)
_codigoNegociacaoPrazo
- the new IDpublic java.util.Date getDataSituacao()
public void setDataSituacao(java.util.Date _dataSituacao)
_dataSituacao
- the DataSituacao valuepublic java.lang.String getJustificativaNegacao()
public void setJustificativaNegacao(java.lang.String _justificativaNegacao)
_justificativaNegacao
- the JustificativaNegacao valuepublic java.util.Date getDataProposta()
public void setDataProposta(java.util.Date _dataProposta)
_dataProposta
- the DataProposta valuepublic java.lang.Integer getPrazo()
public void setPrazo(java.lang.Integer _prazo)
_prazo
- the Prazo valuepublic java.lang.String getSituacao()
public void setSituacao(java.lang.String _situacao)
_situacao
- the Situacao valuepublic java.lang.String getObservacao()
public void setObservacao(java.lang.String _observacao)
_observacao
- the Observacao valuepublic java.lang.String getTipoProponente()
public void setTipoProponente(java.lang.String _tipoProponente)
_tipoProponente
- the TipoProponente valuepublic java.lang.String getTipoPrazo()
public void setTipoPrazo(java.lang.String _tipoPrazo)
_tipoPrazo
- the TipoPrazo valuepublic Encaminhamento getEncaminhamento()
public void setEncaminhamento(Encaminhamento _encaminhamento)
_encaminhamento
- the CodigoEncaminhamento 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 |