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

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

public abstract class BaseAvisoIntermediario
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 AvisoIntermediario 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_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

PROP_DATA_FIM

public static java.lang.String PROP_DATA_FIM

PROP_LOCALIZACAO

public static java.lang.String PROP_LOCALIZACAO

PROP_PRAZO

public static java.lang.String PROP_PRAZO

PROP_DESCRICAO

public static java.lang.String PROP_DESCRICAO

PROP_DATA_INICIO

public static java.lang.String PROP_DATA_INICIO

PROP_CODIGO_AVISO_INTERMEDIARIO

public static java.lang.String PROP_CODIGO_AVISO_INTERMEDIARIO

PROP_TIPO_PRAZO

public static java.lang.String PROP_TIPO_PRAZO

PROP_CODIGO_DOCUMENTO

public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail

BaseAvisoIntermediario

public BaseAvisoIntermediario()

BaseAvisoIntermediario

public BaseAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario)
Constructor for primary key


BaseAvisoIntermediario

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

Method Detail

getCodigoAvisoIntermediario

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


setCodigoAvisoIntermediario

public void setCodigoAvisoIntermediario(java.lang.Integer _codigoAvisoIntermediario)
Set the unique identifier of this class

Parameters:
_codigoAvisoIntermediario - the new ID

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

getDescricao

public java.lang.String getDescricao()
Return the value associated with the column: Descricao


setDescricao

public void setDescricao(java.lang.String _descricao)
Set the value related to the column: Descricao

Parameters:
_descricao - the Descricao value

getLocalizacao

public java.lang.String getLocalizacao()
Return the value associated with the column: Localizacao


setLocalizacao

public void setLocalizacao(java.lang.String _localizacao)
Set the value related to the column: Localizacao

Parameters:
_localizacao - the Localizacao 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

getCodigoDocumento

public java.lang.Integer getCodigoDocumento()
Return the value associated with the column: CodigoDocumento


setCodigoDocumento

public void setCodigoDocumento(java.lang.Integer _codigoDocumento)
Set the value related to the column: CodigoDocumento

Parameters:
_codigoDocumento - the CodigoDocumento 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