Package com.qfs.webservices
Class ActivePivotDiscovery
- java.lang.Object
-
- com.qfs.webservices.ActivePivotDiscovery
-
- All Implemented Interfaces:
Serializable
public class ActivePivotDiscovery extends Object implements Serializable
ActivePivot Discovery for SOAP webservices.- Author:
- ActiveViam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivePivotDiscovery()ActivePivotDiscovery(List<CatalogDiscovery> catalogs, List<CubeDiscovery> cubes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<CatalogDiscovery>getCatalogs()The catalogs.List<CubeDiscovery>getCubes()The cubes in the catalog.inthashCode()voidsetCatalogs(List<CatalogDiscovery> catalogs)The catalogs.voidsetCubes(List<CubeDiscovery> cubes)The cubes in the catalog.StringtoString()
-
-
-
Constructor Detail
-
ActivePivotDiscovery
public ActivePivotDiscovery()
-
ActivePivotDiscovery
public ActivePivotDiscovery(List<CatalogDiscovery> catalogs, List<CubeDiscovery> cubes)
-
-
Method Detail
-
getCatalogs
public List<CatalogDiscovery> getCatalogs()
The catalogs.
-
getCubes
public List<CubeDiscovery> getCubes()
The cubes in the catalog.
-
setCatalogs
public void setCatalogs(List<CatalogDiscovery> catalogs)
The catalogs.
-
setCubes
public void setCubes(List<CubeDiscovery> cubes)
The cubes in the catalog.
-
-