br.gov.mj.frameworkprocessos.pojo
Class Assunto

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

public class Assunto
extends BaseAssunto

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseAssunto
PROP_CODIGO_ASSUNTO, PROP_DESCRICAO, PROP_INDICA_ATIVO
 
Constructor Summary
Assunto()
           
Assunto(java.lang.Integer _codigoAssunto)
          Constructor for primary key
Assunto(java.lang.Integer _codigoAssunto, java.lang.Boolean _indicaAtivo, java.lang.String _descricao)
          Constructor for required fields
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseAssunto
equals, getCodigoAssunto, getDescricao, hashCode, isIndicaAtivo, setCodigoAssunto, setDescricao, setIndicaAtivo
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Assunto

public Assunto()

Assunto

public Assunto(java.lang.Integer _codigoAssunto)
Constructor for primary key


Assunto

public Assunto(java.lang.Integer _codigoAssunto,
               java.lang.Boolean _indicaAtivo,
               java.lang.String _descricao)
Constructor for required fields

Method Detail

toString

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