|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.core.data.PropertyFilterData
public class PropertyFilterData
This class holds context information to help client applications with storing common settings for tables.
ItemContext,
Developer documentation: Client, session and settings| Field Summary | |
|---|---|
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 String |
value
|
private int |
valueType
|
| Constructor Summary | |
|---|---|
PropertyFilterData()
|
|
| Method Summary | |
|---|---|
int |
getOperator()
Get the operator used for this filter. |
UnitData |
getUnit()
|
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(String value)
|
void |
setValueType(int valueType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int operator
private int valueType
public static final int MAX_VALUE_LENGTH
setValue(String),
Constant Field Valuesprivate String value
private UnitData unit
| Constructor Detail |
|---|
public PropertyFilterData()
| Method Detail |
|---|
public int getOperator()
public void setOperator(int operator)
public int getValueType()
public void setValueType(int valueType)
public String getValue()
public void setValue(String value)
public UnitData getUnit()
public void setUnit(UnitData unit)
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||