Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.bugbase.xobjects
Class BugBaseQuery  view BugBaseQuery download BugBaseQuery.java

java.lang.Object
  extended byopenfuture.bugbase.xobjects.BugBaseQuery
All Implemented Interfaces:
java.io.Serializable

public class BugBaseQuery
extends java.lang.Object
implements java.io.Serializable

Query object for a query to the servlet. Created: Thu Jun 08 22:50:34 2000

Version:
$Revision: 1.5 $

Field Summary
static int QUERY_ADD_ATTACHMENT
           
static int QUERY_ADD_BUGREPORT
           
static int QUERY_ADMIN_LOGIN
           
static int QUERY_AVAILABLE_UPDATES
           
static int QUERY_BUG_REPORT
           
static int QUERY_BUG_REPORT_LIST
           
static int QUERY_CHANGE_PASSWORD
           
static int QUERY_DOCTOR_LOGIN
           
static int QUERY_DOCTORS
           
static int QUERY_EXECUTE
           
static int QUERY_GROUPDATA
           
static int QUERY_LOGIN
           
static int QUERY_MASTERDATA
           
static int QUERY_PACKAGES
           
static int QUERY_PROJECTS
           
static int QUERY_SAVE_USERDATA
           
static int QUERY_STATUS
           
static int QUERY_TEST
           
static int QUERY_UPDATE
           
static int QUERY_UPDATE_BUGREPORT
           
static int QUERY_UPDATE_BUGREPORTS
           
static int QUERY_USERDATA
           
static int QUERY_USERLIST
           
static int QUERY_VERSIONS
           
private  java.io.Serializable queryParameter
           
private  int queryType
           
private  java.lang.Integer sessionID
           
 
Constructor Summary
BugBaseQuery(int queryType, java.lang.Integer sessionID, java.io.Serializable queryParameter)
          Create a new query
BugBaseQuery(int queryType, java.io.Serializable queryParameter)
          Create a new query with empty session id
 
Method Summary
 java.io.Serializable getQueryParameter()
          Get the value of queryParameter.
 int getQueryType()
          Get the value of queryType.
 java.lang.Integer getSessionID()
          Get the value of sessionID.
 void setQueryParameter(java.io.Serializable v)
          Set the value of queryParameter.
 void setQueryType(int v)
          Set the value of queryType.
 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

QUERY_TEST

public static final int QUERY_TEST
See Also:
Constant Field Values

QUERY_USERDATA

public static final int QUERY_USERDATA
See Also:
Constant Field Values

QUERY_SAVE_USERDATA

public static final int QUERY_SAVE_USERDATA
See Also:
Constant Field Values

QUERY_GROUPDATA

public static final int QUERY_GROUPDATA
See Also:
Constant Field Values

QUERY_LOGIN

public static final int QUERY_LOGIN
See Also:
Constant Field Values

QUERY_CHANGE_PASSWORD

public static final int QUERY_CHANGE_PASSWORD
See Also:
Constant Field Values

QUERY_MASTERDATA

public static final int QUERY_MASTERDATA
See Also:
Constant Field Values

QUERY_BUG_REPORT_LIST

public static final int QUERY_BUG_REPORT_LIST
See Also:
Constant Field Values

QUERY_UPDATE_BUGREPORTS

public static final int QUERY_UPDATE_BUGREPORTS
See Also:
Constant Field Values

QUERY_ADD_BUGREPORT

public static final int QUERY_ADD_BUGREPORT
See Also:
Constant Field Values

QUERY_PROJECTS

public static final int QUERY_PROJECTS
See Also:
Constant Field Values

QUERY_PACKAGES

public static final int QUERY_PACKAGES
See Also:
Constant Field Values

QUERY_DOCTORS

public static final int QUERY_DOCTORS
See Also:
Constant Field Values

QUERY_EXECUTE

public static final int QUERY_EXECUTE
See Also:
Constant Field Values

QUERY_VERSIONS

public static final int QUERY_VERSIONS
See Also:
Constant Field Values

QUERY_AVAILABLE_UPDATES

public static final int QUERY_AVAILABLE_UPDATES
See Also:
Constant Field Values

QUERY_UPDATE

public static final int QUERY_UPDATE
See Also:
Constant Field Values

QUERY_ADMIN_LOGIN

public static final int QUERY_ADMIN_LOGIN
See Also:
Constant Field Values

QUERY_DOCTOR_LOGIN

public static final int QUERY_DOCTOR_LOGIN
See Also:
Constant Field Values

QUERY_ADD_ATTACHMENT

public static final int QUERY_ADD_ATTACHMENT
See Also:
Constant Field Values

QUERY_UPDATE_BUGREPORT

public static final int QUERY_UPDATE_BUGREPORT
See Also:
Constant Field Values

QUERY_BUG_REPORT

public static final int QUERY_BUG_REPORT
See Also:
Constant Field Values

QUERY_STATUS

public static final int QUERY_STATUS
See Also:
Constant Field Values

QUERY_USERLIST

public static final int QUERY_USERLIST
See Also:
Constant Field Values

queryParameter

private java.io.Serializable queryParameter

queryType

private int queryType

sessionID

private java.lang.Integer sessionID
Constructor Detail

BugBaseQuery

public BugBaseQuery(int queryType,
                    java.lang.Integer sessionID,
                    java.io.Serializable queryParameter)
Create a new query


BugBaseQuery

public BugBaseQuery(int queryType,
                    java.io.Serializable queryParameter)
Create a new query with empty session id

Method Detail

getQueryParameter

public java.io.Serializable getQueryParameter()
Get the value of queryParameter.


setQueryParameter

public void setQueryParameter(java.io.Serializable v)
Set the value of queryParameter.


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.