Class DimensionDiscovery

java.lang.Object
com.qfs.webservices.DimensionDiscovery
All Implemented Interfaces:
Serializable

public class DimensionDiscovery extends Object implements Serializable
Dimension Discovery for SOAP webservices.
Author:
ActiveViam
See Also:
  • Constructor Details

    • DimensionDiscovery

      public DimensionDiscovery()
    • DimensionDiscovery

      public DimensionDiscovery(String name, String type, String defaultHierarchy, boolean visible, String[] measureGroups, List<HierarchyDiscovery> hierarchies)
      Creates a new DimensionDiscovery instance.
      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

      public String getName()
      The name of the dimension.
    • getType

      public String getType()
      The type of the dimension.
    • getDefaultHierarchy

      public String getDefaultHierarchy()
      The default hierarchy of the dimension.
    • isVisible

      public boolean isVisible()
      The visibility of the dimension.
    • getMeasureGroups

      public String[] getMeasureGroups()
      The measure groups of the dimension.
    • getHierarchies

      public List<HierarchyDiscovery> getHierarchies()
      The hierarchies of the dimension.
    • setName

      public void setName(String name)
      The name of the dimension.
    • setType

      public void setType(String type)
      The type of the dimension.
    • setDefaultHierarchy

      public void setDefaultHierarchy(String defaultHierarchy)
      The default hierarchy of the dimension.
    • setVisible

      public void setVisible(boolean visible)
      The visibility of the dimension.
    • setMeasureGroups

      public void setMeasureGroups(String[] measureGroups)
      The measure groups of the dimension.
    • setHierarchies

      public void setHierarchies(List<HierarchyDiscovery> hierarchies)
      The hierarchies of the dimension.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object