|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.KeyValue<String,String>
com.sptci.rwt.Query
public class Query
A simple sub-class of KeyValue used to represent a saved
query.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Constructor Summary | |
|---|---|
Query()
Default constructor. |
|
Query(String name,
String sql)
Create a new instance using the specified values. |
|
| Method Summary | |
|---|---|
int |
compareTo(com.sptci.KeyValue<String,String> query)
Compares this object with the specified object for order. |
| Methods inherited from class com.sptci.KeyValue |
|---|
addInformation, clone, equals, getInformation, getKey, getValue, hashCode, setInformation, setKey, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Query()
public Query(String name,
String sql)
name - The name to identify the query by.sql - The SQL statement to save.| Method Detail |
|---|
public int compareTo(com.sptci.KeyValue<String,String> query)
key.
compareTo in interface Comparable<com.sptci.KeyValue<String,String>>compareTo in class com.sptci.KeyValue<String,String>query - The object that is to be compared with this object.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||