Uses of Class
it.eng.spagobi.analiticalmodel.document.bo.DocumentMetadataProperty

Packages that use DocumentMetadataProperty
it.eng.spagobi.analiticalmodel.document.bo   
 

Uses of DocumentMetadataProperty in it.eng.spagobi.analiticalmodel.document.bo
 

Methods in it.eng.spagobi.analiticalmodel.document.bo that return types with arguments of type DocumentMetadataProperty
 java.util.List<DocumentMetadataProperty> BIObject.getObjMetaDataAndContents()
           
 

Method parameters in it.eng.spagobi.analiticalmodel.document.bo with type arguments of type DocumentMetadataProperty
 void BIObject.setObjMetaDataAndContents(java.util.List<DocumentMetadataProperty> objMetaDataAndContents)