|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.PropertyFilterData
public class PropertyFilterData
This class holds context information to help client applications with storing common settings for tables.
| Field Summary | |
|---|---|
static int |
MAX_VALUE_LENGTH
The maximum length of the value that can be stored in the database. |
| Constructor Summary | |
|---|---|
PropertyFilterData()
|
|
| Method Summary | |
|---|---|
int |
getOperator()
Get the operator used for this filter. |
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 |
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 |
|---|
public static final int MAX_VALUE_LENGTH
setValue(String),
Constant Field Values| 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)
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||