Uses of Class
br.gov.mj.frameworkprocessos.pojo.Vinculo

Packages that use Vinculo
br.gov.mj.frameworkprocessos.pojo   
br.gov.mj.frameworkprocessos.pojo.base   
 

Uses of Vinculo in br.gov.mj.frameworkprocessos.pojo
 

Constructors in br.gov.mj.frameworkprocessos.pojo with parameters of type Vinculo
DocumentoVinculoPK(Vinculo _vinculo, java.lang.Integer _codigoDocumento)
           
 

Uses of Vinculo in br.gov.mj.frameworkprocessos.pojo.base
 

Methods in br.gov.mj.frameworkprocessos.pojo.base that return Vinculo
 Vinculo BaseDocumentoVinculoPK.getVinculo()
           
 

Methods in br.gov.mj.frameworkprocessos.pojo.base with parameters of type Vinculo
 void BaseDocumentoVinculoPK.setVinculo(Vinculo _vinculo)
           
 

Constructors in br.gov.mj.frameworkprocessos.pojo.base with parameters of type Vinculo
BaseDocumentoVinculoPK(Vinculo _vinculo, java.lang.Integer _codigoDocumento)