Package com.qfs.webservices
Class ActivePivotDiscovery
java.lang.Object
com.qfs.webservices.ActivePivotDiscovery
- All Implemented Interfaces:
Serializable
ActivePivot Discovery for SOAP webservices.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivePivotDiscovery(List<CatalogDiscovery> catalogs, List<CubeDiscovery> cubes) Creates a newActivePivotDiscoveryinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe catalogs.getCubes()The cubes in the catalog.inthashCode()voidsetCatalogs(List<CatalogDiscovery> catalogs) The catalogs.voidsetCubes(List<CubeDiscovery> cubes) The cubes in the catalog.toString()
-
Constructor Details
-
ActivePivotDiscovery
public ActivePivotDiscovery() -
ActivePivotDiscovery
Creates a newActivePivotDiscoveryinstance.- Parameters:
catalogs- The catalogs.cubes- The cubes in the catalog.
-
-
Method Details