Class MeasureDiscovery

    • Constructor Detail

      • MeasureDiscovery

        public MeasureDiscovery()
      • MeasureDiscovery

        public MeasureDiscovery​(String name,
                                String formatString,
                                boolean visible,
                                String measureGroup,
                                String folder)
    • Method Detail

      • getName

        public String getName()
        The name of the measure.
      • getFormatString

        public String getFormatString()
        The format string of the measure.
      • isVisible

        public boolean isVisible()
        The visibility of the measure.
      • getMeasureGroup

        public String getMeasureGroup()
        The measure's group.
      • getFolder

        public String getFolder()
        The folder of the measure.
      • setName

        public void setName​(String name)
        The name of the measure.
      • setFormatString

        public void setFormatString​(String formatString)
        The format string of the measure.
      • setVisible

        public void setVisible​(boolean visible)
        The visibility of the measure.
      • setMeasureGroup

        public void setMeasureGroup​(String measureGroup)
        The measure's group.
      • setFolder

        public void setFolder​(String folder)
        The folder of the measure.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object