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

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

public abstract class BaseGrupoTramite
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 GrupoTramite 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_GRUPO_TRAMITE
           
static java.lang.String PROP_DATA_CADASTRO
           
static java.lang.String PROP_DESCRICAO
           
static java.lang.String PROP_INDICA_ATIVO
           
 
Constructor Summary
BaseGrupoTramite()
           
BaseGrupoTramite(java.lang.Integer _codigoGrupoTramite)
          Constructor for primary key
BaseGrupoTramite(java.lang.Integer _codigoGrupoTramite, java.lang.Boolean _indicaAtivo, java.util.Date _dataCadastro, java.lang.String _descricao)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getCodigoGrupoTramite()
          Return the unique identifier of this class
 java.util.Date getDataCadastro()
          Return the value associated with the column: DataCadastro
 java.lang.String getDescricao()
          Return the value associated with the column: Descricao
 int hashCode()
           
 java.lang.Boolean isIndicaAtivo()
          Return the value associated with the column: IndicaAtivo
 void setCodigoGrupoTramite(java.lang.Integer _codigoGrupoTramite)
          Set the unique identifier of this class
 void setDataCadastro(java.util.Date _dataCadastro)
          Set the value related to the column: DataCadastro
 void setDescricao(java.lang.String _descricao)
          Set the value related to the column: Descricao
 void setIndicaAtivo(java.lang.Boolean _indicaAtivo)
          Set the value related to the column: IndicaAtivo
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_CODIGO_GRUPO_TRAMITE

public static java.lang.String PROP_CODIGO_GRUPO_TRAMITE

PROP_INDICA_ATIVO

public static java.lang.String PROP_INDICA_ATIVO

PROP_DESCRICAO

public static java.lang.String PROP_DESCRICAO

PROP_DATA_CADASTRO

public static java.lang.String PROP_DATA_CADASTRO
Constructor Detail

BaseGrupoTramite

public BaseGrupoTramite()

BaseGrupoTramite

public BaseGrupoTramite(java.lang.Integer _codigoGrupoTramite)
Constructor for primary key


BaseGrupoTramite

public BaseGrupoTramite(java.lang.Integer _codigoGrupoTramite,
                        java.lang.Boolean _indicaAtivo,
                        java.util.Date _dataCadastro,
                        java.lang.String _descricao)
Constructor for required fields

Method Detail

getCodigoGrupoTramite

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


setCodigoGrupoTramite

public void setCodigoGrupoTramite(java.lang.Integer _codigoGrupoTramite)
Set the unique identifier of this class

Parameters:
_codigoGrupoTramite - the new ID

isIndicaAtivo

public java.lang.Boolean isIndicaAtivo()
Return the value associated with the column: IndicaAtivo


setIndicaAtivo

public void setIndicaAtivo(java.lang.Boolean _indicaAtivo)
Set the value related to the column: IndicaAtivo

Parameters:
_indicaAtivo - the IndicaAtivo value

getDataCadastro

public java.util.Date getDataCadastro()
Return the value associated with the column: DataCadastro


setDataCadastro

public void setDataCadastro(java.util.Date _dataCadastro)
Set the value related to the column: DataCadastro

Parameters:
_dataCadastro - the DataCadastro 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

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