|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openfuture.bugbase.xobjects.BugBaseQueryResult
query result of the servlet. Created: Thu Jun 08 22:58:35 2000
Field Summary | |
static int |
QR_FAILED
|
static int |
QR_OK
|
Constructor Summary | |
BugBaseQueryResult(int queryType,
BugBaseQuery query,
java.io.Serializable result)
Create a new query result based on a certain query. |
|
BugBaseQueryResult(int queryType,
java.lang.Integer sessionID,
java.io.Serializable result)
Create a new query result belonging to a certain session. |
|
BugBaseQueryResult(int queryType,
java.io.Serializable result)
Create a new query result with empty session ID. |
Method Summary | |
int |
getQueryType()
Get the value of queryType. |
java.io.Serializable |
getResult()
Get the value of result. |
java.lang.Integer |
getSessionID()
Get the value of sessionID. |
void |
setQueryType(int v)
Set the value of queryType. |
void |
setResult(java.io.Serializable v)
Set the value of result. |
void |
setSessionID(java.lang.Integer v)
Set the value of sessionID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int QR_OK
public static final int QR_FAILED
Constructor Detail |
public BugBaseQueryResult(int queryType, java.io.Serializable result)
queryType
- type of query (please use static QR_...
attributes)sessionID
- id of the sessionresult
- container for the query parameterspublic BugBaseQueryResult(int queryType, java.lang.Integer sessionID, java.io.Serializable result)
queryType
- type of query (please use static QR_...
attributes)sessionID
- id of the sessionresult
- container for the query parameterspublic BugBaseQueryResult(int queryType, BugBaseQuery query, java.io.Serializable result)
queryType
- type of query (please use static QR_...
attributes)sessionID
- id of the sessionresult
- container for the query parametersMethod Detail |
public java.io.Serializable getResult()
public void setResult(java.io.Serializable v)
v
- Value to assign to result.public int getQueryType()
public void setQueryType(int v)
v
- Value to assign to queryType.public java.lang.Integer getSessionID()
public void setSessionID(java.lang.Integer v)
v
- Value to assign to sessionID.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |