Class Threshold
java.lang.Object
com.appiancorp.suiteapi.process.analytics2.Threshold
- All Implemented Interfaces:
DeepCloneable
,Serializable
,Cloneable
Bean detailing analytics threshold object.
Each Threshold object defines a range and an indicator icon. Whenever the data in the metric column (defined in the .arf file under <thresholdColumnLocalId>) falls within this range, the corresponding indicator will be displayed.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone this object using deep-copy semantics.boolean
Gets the name of the icon.getIcon()
Gets the documentId of the icon.getLabel()
Gets the label.Gets the upper bound (in days for durations).int
hashCode()
void
setDefaultIconName
(String defaultIconName_) Sets the name of the icon.void
Sets the documentId of the icon.void
Sets the label.void
setUpperBound
(Double upperBound_) Sets the upperbound (in days for durations).
-
Field Details
-
LOG
protected static final org.apache.log4j.Logger LOG
-
-
Constructor Details
-
Threshold
public Threshold()
-
-
Method Details
-
clone
Description copied from interface:DeepCloneable
Clone this object using deep-copy semantics.- Specified by:
clone
in interfaceDeepCloneable
- Overrides:
clone
in classObject
- Returns:
-
hashCode
public int hashCode() -
equals
-
getDefaultIconName
Gets the name of the icon. Used as alt text for the indicator icon in Report Option dialogue.- Returns:
- the name of the icon
- See Also:
-
setDefaultIconName
Sets the name of the icon. Used as alt text for the indicator icon in Report Option dialogue.- Parameters:
defaultIconName_
- the name of the icon- See Also:
-
getIcon
Gets the documentId of the icon.- Returns:
- Returns the icon.
- See Also:
-
setIcon
Sets the documentId of the icon.- Parameters:
icon_
- The icon to set.- See Also:
-
getLabel
Gets the label.- Returns:
- Returns the label.
- See Also:
-
setLabel
Sets the label.- Parameters:
label_
- The label to set.- See Also:
-
getUpperBound
Gets the upper bound (in days for durations).- Returns:
- Returns the upperBound.
- See Also:
-
setUpperBound
Sets the upperbound (in days for durations).- Parameters:
upperBound_
- The upperBound to set.- See Also:
-