br.gov.mj.frameworkprocessos.pojo
Class InteressadoDocumento

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

public class InteressadoDocumento
extends BaseInteressadoDocumento

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

See Also:
Serialized Form

Constructor Summary
InteressadoDocumento()
           
InteressadoDocumento(java.lang.Integer _codigoDocumento, java.lang.Integer _codigoPessoaProcesso)
          Constructor for primary key
 
Method Summary
 
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseInteressadoDocumento
equals, getCodigoDocumento, getCodigoPessoaProcesso, hashCode, setCodigoDocumento, setCodigoPessoaProcesso, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InteressadoDocumento

public InteressadoDocumento()

InteressadoDocumento

public InteressadoDocumento(java.lang.Integer _codigoDocumento,
                            java.lang.Integer _codigoPessoaProcesso)
Constructor for primary key