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

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

public abstract class BaseNegociacaoPrazo
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 NegociacaoPrazo 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_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

PROP_CODIGO_NEGOCIACAO_PRAZO

public static java.lang.String PROP_CODIGO_NEGOCIACAO_PRAZO

PROP_DATA_SITUACAO

public static java.lang.String PROP_DATA_SITUACAO

PROP_DATA_PROPOSTA

public static java.lang.String PROP_DATA_PROPOSTA

PROP_JUSTIFICATIVA_NEGACAO

public static java.lang.String PROP_JUSTIFICATIVA_NEGACAO

PROP_PRAZO

public static java.lang.String PROP_PRAZO

PROP_ENCAMINHAMENTO

public static java.lang.String PROP_ENCAMINHAMENTO

PROP_SITUACAO

public static java.lang.String PROP_SITUACAO

PROP_TIPO_PROPONENTE

public static java.lang.String PROP_TIPO_PROPONENTE

PROP_OBSERVACAO

public static java.lang.String PROP_OBSERVACAO

PROP_TIPO_PRAZO

public static java.lang.String PROP_TIPO_PRAZO
Constructor Detail

BaseNegociacaoPrazo

public BaseNegociacaoPrazo()

BaseNegociacaoPrazo

public BaseNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo)
Constructor for primary key


BaseNegociacaoPrazo

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)
Constructor for required fields

Method Detail

getCodigoNegociacaoPrazo

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


setCodigoNegociacaoPrazo

public void setCodigoNegociacaoPrazo(java.lang.Integer _codigoNegociacaoPrazo)
Set the unique identifier of this class

Parameters:
_codigoNegociacaoPrazo - the new ID

getDataSituacao

public java.util.Date getDataSituacao()
Return the value associated with the column: DataSituacao


setDataSituacao

public void setDataSituacao(java.util.Date _dataSituacao)
Set the value related to the column: DataSituacao

Parameters:
_dataSituacao - the DataSituacao value

getJustificativaNegacao

public java.lang.String getJustificativaNegacao()
Return the value associated with the column: JustificativaNegacao


setJustificativaNegacao

public void setJustificativaNegacao(java.lang.String _justificativaNegacao)
Set the value related to the column: JustificativaNegacao

Parameters:
_justificativaNegacao - the JustificativaNegacao value

getDataProposta

public java.util.Date getDataProposta()
Return the value associated with the column: DataProposta


setDataProposta

public void setDataProposta(java.util.Date _dataProposta)
Set the value related to the column: DataProposta

Parameters:
_dataProposta - the DataProposta 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

getSituacao

public java.lang.String getSituacao()
Return the value associated with the column: Situacao


setSituacao

public void setSituacao(java.lang.String _situacao)
Set the value related to the column: Situacao

Parameters:
_situacao - the Situacao value

getObservacao

public java.lang.String getObservacao()
Return the value associated with the column: Observacao


setObservacao

public void setObservacao(java.lang.String _observacao)
Set the value related to the column: Observacao

Parameters:
_observacao - the Observacao value

getTipoProponente

public java.lang.String getTipoProponente()
Return the value associated with the column: TipoProponente


setTipoProponente

public void setTipoProponente(java.lang.String _tipoProponente)
Set the value related to the column: TipoProponente

Parameters:
_tipoProponente - the TipoProponente 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

getEncaminhamento

public Encaminhamento getEncaminhamento()

setEncaminhamento

public void setEncaminhamento(Encaminhamento _encaminhamento)
Set the value related to the column: CodigoEncaminhamento

Parameters:
_encaminhamento - the CodigoEncaminhamento 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