Package org.netxms.client.maps.configs
Class DCIImageRule
java.lang.Object
org.netxms.client.maps.configs.DCIImageRule
DCI information for map line
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetImage()voidsetComment(String comment) voidsetCompareValue(String compareValue) voidsetComparisonType(int comparisonType) void
-
Field Details
-
ITEM
public static final int ITEM- See Also:
-
TABLE
public static final int TABLE- See Also:
-
-
Constructor Details
-
DCIImageRule
public DCIImageRule()Default constructor -
DCIImageRule
Copy constructor- Parameters:
src- source object
-
-
Method Details
-
getComparisonType
public int getComparisonType()- Returns:
- the comparisonType
-
setComparisonType
public void setComparisonType(int comparisonType) - Parameters:
comparisonType- the comparisonType to set
-
getImage
- Returns:
- the image
-
setImage
- Parameters:
image- the image to set
-
getCompareValue
- Returns:
- the compareValue
-
setCompareValue
- Parameters:
compareValue- the compareValue to set
-
getComment
- Returns:
- the comment
-
setComment
- Parameters:
comment- the comment to set
-