public class PropertyFilterData
extends java.lang.Object
ItemContext
,
Developer documentation: Client, session and settingsModifier and Type | Field and Description |
---|---|
static int |
MAX_VALUE_LENGTH
The maximum length of the value that can be stored in the database.
|
private int |
operator |
private UnitData |
unit |
private java.lang.String |
value |
private int |
valueType |
Constructor and Description |
---|
PropertyFilterData() |
Modifier and Type | Method and Description |
---|---|
int |
getOperator()
Get the operator used for this filter.
|
UnitData |
getUnit() |
java.lang.String |
getValue()
Get the value used in this filter.
|
int |
getValueType()
Get the type of value user for this filter.
|
void |
setOperator(int operator) |
void |
setUnit(UnitData unit) |
void |
setValue(java.lang.String value) |
void |
setValueType(int valueType) |
private int operator
private int valueType
public static final int MAX_VALUE_LENGTH
setValue(String)
,
Constant Field Valuesprivate java.lang.String value
private UnitData unit
public int getOperator()
public void setOperator(int operator)
public int getValueType()
public void setValueType(int valueType)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public UnitData getUnit()
public void setUnit(UnitData unit)