br.gov.mj.frameworkprocessos.pojo
Class Ambiente

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.pojo.base.BaseAmbiente
      extended by br.gov.mj.frameworkprocessos.pojo.Ambiente
All Implemented Interfaces:
java.io.Serializable

public class Ambiente
extends BaseAmbiente

This is the object class that relates to the Ambiente table. Any customizations belong here.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseAmbiente
PROP_CODIGO_AMBIENTE, PROP_CODIGO_PERFIL, PROP_CODIGO_UNIDADE_TRAMITE, PROP_DESCRICAO, PROP_INDICA_ATIVO
 
Constructor Summary
Ambiente()
           
Ambiente(java.lang.Integer _codigoAmbiente)
          Constructor for primary key
Ambiente(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
 java.lang.String toString()
           
 
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseAmbiente
equals, getCodigoAmbiente, getCodigoPerfil, getCodigoUnidadeTramite, getDescricao, hashCode, isIndicaAtivo, setCodigoAmbiente, setCodigoPerfil, setCodigoUnidadeTramite, setDescricao, setIndicaAtivo
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ambiente

public Ambiente()

Ambiente

public Ambiente(java.lang.Integer _codigoAmbiente)
Constructor for primary key


Ambiente

public Ambiente(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 Detail

toString

public java.lang.String toString()
Overrides:
toString in class BaseAmbiente