|
|||||||||
Home >> All >> openfuture >> bugbase >> [ xobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.bugbase.xobjects
Class BugBaseQueryResult

java.lang.Objectopenfuture.bugbase.xobjects.BugBaseQueryResult
- All Implemented Interfaces:
- java.io.Serializable
- public class BugBaseQueryResult
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
query result of the servlet. Created: Thu Jun 08 22:58:35 2000
- Version:
- $Revision: 1.3 $
Field Summary | |
static int |
QR_FAILED
|
static int |
QR_OK
|
(package private) int |
queryType
|
(package private) java.io.Serializable |
result
|
private java.lang.Integer |
sessionID
|
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 |
QR_OK
public static final int QR_OK
- See Also:
- Constant Field Values
QR_FAILED
public static final int QR_FAILED
- See Also:
- Constant Field Values
sessionID
private java.lang.Integer sessionID
result
java.io.Serializable result
queryType
int queryType
Constructor Detail |
BugBaseQueryResult
public BugBaseQueryResult(int queryType, java.io.Serializable result)
- Create a new query result with empty session ID.
BugBaseQueryResult
public BugBaseQueryResult(int queryType, java.lang.Integer sessionID, java.io.Serializable result)
- Create a new query result belonging to a certain session.
BugBaseQueryResult
public BugBaseQueryResult(int queryType, BugBaseQuery query, java.io.Serializable result)
- Create a new query result based on a certain query.
Method Detail |
getResult
public java.io.Serializable getResult()
- Get the value of result.
setResult
public void setResult(java.io.Serializable v)
- Set the value of result.
getQueryType
public int getQueryType()
- Get the value of queryType.
setQueryType
public void setQueryType(int v)
- Set the value of queryType.
getSessionID
public java.lang.Integer getSessionID()
- Get the value of sessionID.
setSessionID
public void setSessionID(java.lang.Integer v)
- Set the value of sessionID.
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ xobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |