public static class TreeMaker.ClientSideCriterionWrapper extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_id |
private Map<String,Object> |
_otherProperties |
private String |
_strOp |
private Object |
_value |
Constructor and Description |
---|
ClientSideCriterionWrapper(String id,
Object value,
String op,
Map<String,Object> otherProperties) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the id
|
Map<String,Object> |
getOtherProperties()
Gets the other properties
|
String |
getStringOperator()
Gets the string operator
|
Object |
getValue()
Gets the value
|
private Map<String,Object> _otherProperties
public String getStringOperator()
public Map<String,Object> getOtherProperties()