public class DCIImageRule extends Object
Constructor and Description |
---|
DCIImageRule()
Default constructor
|
DCIImageRule(DCIImageRule src)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getCompareValue() |
int |
getComparisonType() |
UUID |
getImage() |
void |
setComment(String comment) |
void |
setCompareValue(String compareValue) |
void |
setComparisonType(int comparisonType) |
void |
setImage(UUID image) |
public static final int ITEM
public static final int TABLE
public DCIImageRule()
public DCIImageRule(DCIImageRule src)
src
- source objectpublic int getComparisonType()
public void setComparisonType(int comparisonType)
comparisonType
- the comparisonType to setpublic UUID getImage()
public void setImage(UUID image)
image
- the image to setpublic String getCompareValue()
public void setCompareValue(String compareValue)
compareValue
- the compareValue to setpublic String getComment()
public void setComment(String comment)
comment
- the comment to setCopyright © 2016. All rights reserved.