|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseAmbiente
public abstract class BaseAmbiente
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 Ambiente 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_AMBIENTE
|
static java.lang.String |
PROP_CODIGO_PERFIL
|
static java.lang.String |
PROP_CODIGO_UNIDADE_TRAMITE
|
static java.lang.String |
PROP_DESCRICAO
|
static java.lang.String |
PROP_INDICA_ATIVO
|
Constructor Summary | |
---|---|
BaseAmbiente()
|
|
BaseAmbiente(java.lang.Integer _codigoAmbiente)
Constructor for primary key |
|
BaseAmbiente(java.lang.Integer _codigoAmbiente,
java.lang.Boolean _indicaAtivo,
java.lang.Integer _codigoUnidadeTramite,
java.lang.String _descricao,
java.lang.Integer _codigoPerfil)
Constructor for required fields |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCodigoAmbiente()
Return the unique identifier of this class |
java.lang.Integer |
getCodigoPerfil()
Return the value associated with the column: CodigoPerfil |
java.lang.Integer |
getCodigoUnidadeTramite()
Return the value associated with the column: CodigoUnidadeTramite |
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 |
setCodigoAmbiente(java.lang.Integer _codigoAmbiente)
Set the unique identifier of this class |
void |
setCodigoPerfil(java.lang.Integer _codigoPerfil)
Set the value related to the column: CodigoPerfil |
void |
setCodigoUnidadeTramite(java.lang.Integer _codigoUnidadeTramite)
Set the value related to the column: CodigoUnidadeTramite |
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 |
---|
public static java.lang.String PROP_CODIGO_UNIDADE_TRAMITE
public static java.lang.String PROP_INDICA_ATIVO
public static java.lang.String PROP_CODIGO_AMBIENTE
public static java.lang.String PROP_CODIGO_PERFIL
public static java.lang.String PROP_DESCRICAO
Constructor Detail |
---|
public BaseAmbiente()
public BaseAmbiente(java.lang.Integer _codigoAmbiente)
public BaseAmbiente(java.lang.Integer _codigoAmbiente, java.lang.Boolean _indicaAtivo, java.lang.Integer _codigoUnidadeTramite, java.lang.String _descricao, java.lang.Integer _codigoPerfil)
Method Detail |
---|
public java.lang.Integer getCodigoAmbiente()
public void setCodigoAmbiente(java.lang.Integer _codigoAmbiente)
_codigoAmbiente
- the new IDpublic java.lang.Boolean isIndicaAtivo()
public void setIndicaAtivo(java.lang.Boolean _indicaAtivo)
_indicaAtivo
- the IndicaAtivo valuepublic java.lang.Integer getCodigoUnidadeTramite()
public void setCodigoUnidadeTramite(java.lang.Integer _codigoUnidadeTramite)
_codigoUnidadeTramite
- the CodigoUnidadeTramite valuepublic java.lang.String getDescricao()
public void setDescricao(java.lang.String _descricao)
_descricao
- the Descricao valuepublic java.lang.Integer getCodigoPerfil()
public void setCodigoPerfil(java.lang.Integer _codigoPerfil)
_codigoPerfil
- the CodigoPerfil 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 |