Package com.qfs.webservices
Class DimensionDiscovery
java.lang.Object
com.qfs.webservices.DimensionDiscovery
- All Implemented Interfaces:
Serializable
Dimension Discovery for SOAP webservices.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDimensionDiscovery(String name, String type, String defaultHierarchy, boolean visible, String[] measureGroups, List<HierarchyDiscovery> hierarchies) Creates a newDimensionDiscoveryinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe default hierarchy of the dimension.The hierarchies of the dimension.String[]The measure groups of the dimension.getName()The name of the dimension.getType()The type of the dimension.inthashCode()booleanThe visibility of the dimension.voidsetDefaultHierarchy(String defaultHierarchy) The default hierarchy of the dimension.voidsetHierarchies(List<HierarchyDiscovery> hierarchies) The hierarchies of the dimension.voidsetMeasureGroups(String[] measureGroups) The measure groups of the dimension.voidThe name of the dimension.voidThe type of the dimension.voidsetVisible(boolean visible) The visibility of the dimension.toString()
-
Constructor Details
-
DimensionDiscovery
public DimensionDiscovery() -
DimensionDiscovery
public DimensionDiscovery(String name, String type, String defaultHierarchy, boolean visible, String[] measureGroups, List<HierarchyDiscovery> hierarchies) Creates a newDimensionDiscoveryinstance.- Parameters:
name- The name of the dimension.type- The type of the dimension.defaultHierarchy- The default hierarchy of the dimension.visible- The visibility of the dimension.measureGroups- The measure groups of the dimension.hierarchies- The hierarchies of the dimension.
-
-
Method Details
-
getName
The name of the dimension. -
getType
The type of the dimension. -
getDefaultHierarchy
The default hierarchy of the dimension. -
isVisible
public boolean isVisible()The visibility of the dimension. -
getMeasureGroups
The measure groups of the dimension. -
getHierarchies
The hierarchies of the dimension. -
setName
The name of the dimension. -
setType
The type of the dimension. -
setDefaultHierarchy
The default hierarchy of the dimension. -
setVisible
public void setVisible(boolean visible) The visibility of the dimension. -
setMeasureGroups
The measure groups of the dimension. -
setHierarchies
The hierarchies of the dimension. -
toString
-
equals
-
hashCode
public int hashCode()
-