br.gov.mj.frameworkprocessos.pojo
Class GuiaArquivamento

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

public class GuiaArquivamento
extends BaseGuiaArquivamento

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseGuiaArquivamento
PROP_CODIGO_TRAMITE, PROP_NUMERO_GUIA_ARQUIVAMENTO, PROP_NUMERO_LOTE, PROP_TRAMITE
 
Constructor Summary
GuiaArquivamento()
           
GuiaArquivamento(java.lang.Integer _codigoTramite)
          Constructor for primary key
GuiaArquivamento(java.lang.Integer _codigoTramite, java.lang.String _numeroLote, java.lang.String _numeroGuiaArquivamento)
          Constructor for required fields
 
Method Summary
 
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseGuiaArquivamento
equals, getCodigoTramite, getNumeroGuiaArquivamento, getNumeroLote, getTramite, hashCode, setCodigoTramite, setNumeroGuiaArquivamento, setNumeroLote, setTramite, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GuiaArquivamento

public GuiaArquivamento()

GuiaArquivamento

public GuiaArquivamento(java.lang.Integer _codigoTramite)
Constructor for primary key


GuiaArquivamento

public GuiaArquivamento(java.lang.Integer _codigoTramite,
                        java.lang.String _numeroLote,
                        java.lang.String _numeroGuiaArquivamento)
Constructor for required fields