br.gov.mj.frameworkprocessos.pojo
Class DocumentoVinculoPK

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

public class DocumentoVinculoPK
extends BaseDocumentoVinculoPK

See Also:
Serialized Form

Constructor Summary
DocumentoVinculoPK()
           
DocumentoVinculoPK(Vinculo _vinculo, java.lang.Integer _codigoDocumento)
           
 
Method Summary
 
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseDocumentoVinculoPK
equals, getCodigoDocumento, getVinculo, hashCode, setCodigoDocumento, setVinculo
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentoVinculoPK

public DocumentoVinculoPK()

DocumentoVinculoPK

public DocumentoVinculoPK(Vinculo _vinculo,
                          java.lang.Integer _codigoDocumento)