Package com.qfs.webservices
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MeasureDiscovery()MeasureDiscovery(String name, String formatString, boolean visible, String measureGroup, String folder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFolder()The folder of the measure.StringgetFormatString()The format string of the measure.StringgetMeasureGroup()The measure's group.StringgetName()The name of the measure.inthashCode()booleanisVisible()The visibility of the measure.voidsetFolder(String folder)The folder of the measure.voidsetFormatString(String formatString)The format string of the measure.voidsetMeasureGroup(String measureGroup)The measure's group.voidsetName(String name)The name of the measure.voidsetVisible(boolean visible)The visibility of the measure.StringtoString()
-
-
-
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.
-
-