|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.dv.search.FwDVSearchQueryElement
This class contains an framework query element. Its instances are used for building SQL queries. An element represents a data element and a sign for relation with other elements.
| Field Summary | |
java.lang.String |
operator
An operator, representing the relation of this element with others. |
int |
type
The element type. |
java.lang.Object |
value
The data content of this element. |
| Constructor Summary | |
FwDVSearchQueryElement()
Default constructor. |
|
| Method Summary | |
java.lang.Object |
get()
Gets the element's data. |
java.lang.String |
getOperator()
Gets the element's operator. |
int |
getType()
Gets the element's type. |
void |
set(java.lang.Object s)
Sets the element's data. |
void |
setOperator(java.lang.String s)
Sets the element's operator. |
void |
setType(int s)
Sets the element's type. |
| Methods inherited from class com.ds.fw.types.FwSimpleObject |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int type
public java.lang.String operator
public java.lang.Object value
| Constructor Detail |
public FwDVSearchQueryElement()
| Method Detail |
public void set(java.lang.Object s)
s - an object representing element's datapublic java.lang.Object get()
public void setOperator(java.lang.String s)
s - the operator to be setpublic java.lang.String getOperator()
public void setType(int s)
s - the element's new type (1 or 2)typepublic int getType()
type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||