Package com.qfs.webservices
Class MeasureDiscovery
java.lang.Object
com.qfs.webservices.MeasureDiscovery
- All Implemented Interfaces:
Serializable
Measure Discovery for SOAP webservices.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMeasureDiscovery(String name, String formatString, boolean visible, String measureGroup, String folder) Creates a newMeasureDiscoveryinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe folder of the measure.The format string of the measure.The measure's group.getName()The name of the measure.inthashCode()booleanThe visibility of the measure.voidThe folder of the measure.voidsetFormatString(String formatString) The format string of the measure.voidsetMeasureGroup(String measureGroup) The measure's group.voidThe name of the measure.voidsetVisible(boolean visible) The visibility of the measure.toString()
-
Constructor Details
-
MeasureDiscovery
public MeasureDiscovery() -
MeasureDiscovery
public MeasureDiscovery(String name, String formatString, boolean visible, String measureGroup, String folder) Creates a newMeasureDiscoveryinstance.- 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
The name of the measure. -
getFormatString
The format string of the measure. -
isVisible
public boolean isVisible()The visibility of the measure. -
getMeasureGroup
The measure's group. -
getFolder
The folder of the measure. -
setName
The name of the measure. -
setFormatString
The format string of the measure. -
setVisible
public void setVisible(boolean visible) The visibility of the measure. -
setMeasureGroup
The measure's group. -
setFolder
The folder of the measure. -
toString
-
equals
-
hashCode
public int hashCode()
-