Class DimensionDiscovery

    • Constructor Detail

      • DimensionDiscovery

        public DimensionDiscovery()
    • Method Detail

      • 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.
      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object