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

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

public abstract class BasePrazoAcaoTramite
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 PrazoAcaoTramite 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_PRAZO_ACAO_TRAMITE
           
static java.lang.String PROP_DATA_FIM
           
static java.lang.String PROP_DATA_INICIO
           
static java.lang.String PROP_INDICA_URGENTE
           
static java.lang.String PROP_OBSERVACAO
           
static java.lang.String PROP_PRAZO
           
static java.lang.String PROP_SITUACAO_PRAZO
           
static java.lang.String PROP_TIPO_PRAZO
           
static java.lang.String PROP_TRAMITE
           
 
Constructor Summary
BasePrazoAcaoTramite()
           
BasePrazoAcaoTramite(java.lang.Integer _codigoPrazoAcaoTramite)
          Constructor for primary key
BasePrazoAcaoTramite(java.lang.Integer _codigoPrazoAcaoTramite, java.lang.String _situacaoPrazo, java.lang.Boolean _indicaUrgente, java.lang.Integer _prazo, java.util.Date _dataInicio, java.lang.String _tipoPrazo)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getCodigoPrazoAcaoTramite()
          Return the unique identifier of this class
 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 getObservacao()
          Return the value associated with the column: Observacao
 java.lang.Integer getPrazo()
          Return the value associated with the column: Prazo
 java.lang.String getSituacaoPrazo()
          Return the value associated with the column: SituacaoPrazo
 java.lang.String getTipoPrazo()
          Return the value associated with the column: TipoPrazo
 Tramite getTramite()
           
 int hashCode()
           
 java.lang.Boolean isIndicaUrgente()
          Return the value associated with the column: IndicaUrgente
 void setCodigoPrazoAcaoTramite(java.lang.Integer _codigoPrazoAcaoTramite)
          Set the unique identifier of this class
 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 setIndicaUrgente(java.lang.Boolean _indicaUrgente)
          Set the value related to the column: IndicaUrgente
 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 setSituacaoPrazo(java.lang.String _situacaoPrazo)
          Set the value related to the column: SituacaoPrazo
 void setTipoPrazo(java.lang.String _tipoPrazo)
          Set the value related to the column: TipoPrazo
 void setTramite(Tramite _tramite)
          Set the value related to the column: CodigoTramite
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_CODIGO_PRAZO_ACAO_TRAMITE

public static java.lang.String PROP_CODIGO_PRAZO_ACAO_TRAMITE

PROP_SITUACAO_PRAZO

public static java.lang.String PROP_SITUACAO_PRAZO

PROP_DATA_FIM

public static java.lang.String PROP_DATA_FIM

PROP_INDICA_URGENTE

public static java.lang.String PROP_INDICA_URGENTE

PROP_PRAZO

public static java.lang.String PROP_PRAZO

PROP_DATA_INICIO

public static java.lang.String PROP_DATA_INICIO

PROP_OBSERVACAO

public static java.lang.String PROP_OBSERVACAO

PROP_TRAMITE

public static java.lang.String PROP_TRAMITE

PROP_TIPO_PRAZO

public static java.lang.String PROP_TIPO_PRAZO
Constructor Detail

BasePrazoAcaoTramite

public BasePrazoAcaoTramite()

BasePrazoAcaoTramite

public BasePrazoAcaoTramite(java.lang.Integer _codigoPrazoAcaoTramite)
Constructor for primary key


BasePrazoAcaoTramite

public BasePrazoAcaoTramite(java.lang.Integer _codigoPrazoAcaoTramite,
                            java.lang.String _situacaoPrazo,
                            java.lang.Boolean _indicaUrgente,
                            java.lang.Integer _prazo,
                            java.util.Date _dataInicio,
                            java.lang.String _tipoPrazo)
Constructor for required fields

Method Detail

getCodigoPrazoAcaoTramite

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


setCodigoPrazoAcaoTramite

public void setCodigoPrazoAcaoTramite(java.lang.Integer _codigoPrazoAcaoTramite)
Set the unique identifier of this class

Parameters:
_codigoPrazoAcaoTramite - the new ID

getSituacaoPrazo

public java.lang.String getSituacaoPrazo()
Return the value associated with the column: SituacaoPrazo


setSituacaoPrazo

public void setSituacaoPrazo(java.lang.String _situacaoPrazo)
Set the value related to the column: SituacaoPrazo

Parameters:
_situacaoPrazo - the SituacaoPrazo value

isIndicaUrgente

public java.lang.Boolean isIndicaUrgente()
Return the value associated with the column: IndicaUrgente


setIndicaUrgente

public void setIndicaUrgente(java.lang.Boolean _indicaUrgente)
Set the value related to the column: IndicaUrgente

Parameters:
_indicaUrgente - the IndicaUrgente value

getDataFim

public java.util.Date getDataFim()
Return the value associated with the column: DataFim


setDataFim

public void setDataFim(java.util.Date _dataFim)
Set the value related to the column: DataFim

Parameters:
_dataFim - the DataFim 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

getDataInicio

public java.util.Date getDataInicio()
Return the value associated with the column: DataInicio


setDataInicio

public void setDataInicio(java.util.Date _dataInicio)
Set the value related to the column: DataInicio

Parameters:
_dataInicio - the DataInicio 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

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

getTramite

public Tramite getTramite()

setTramite

public void setTramite(Tramite _tramite)
Set the value related to the column: CodigoTramite

Parameters:
_tramite - the CodigoTramite 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