Class MeasureDiscovery

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

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

    • MeasureDiscovery

      public MeasureDiscovery()
    • MeasureDiscovery

      public MeasureDiscovery(String name, String formatString, boolean visible, String measureGroup, String folder)
      Creates a new MeasureDiscovery instance.
      Parameters:
      name - The name of the measure.
      formatString - The format string of the measure.
      visible - The visibility of the measure.
      measureGroup - The measure's group.
      folder - The folder of the measure.
  • Method Details

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