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

Quick Search    Search Deep

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

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

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

QueryResultMasterData.java Created: Mon Feb 07 05:59:40 2000

Version:
$Revision: 1.3 $

Field Summary
(package private)  java.util.LinkedList doctors
           
(package private)  java.util.LinkedList packages
           
 
Constructor Summary
QueryResultMasterData(java.util.LinkedList doctors, java.util.LinkedList packages)
          Initializes the container with a list of bugbase doctors and packages.
 
Method Summary
 java.util.LinkedList getDoctors()
          Get the value of doctors.
 java.util.LinkedList getPackages()
          Get the value of packages.
 void setDoctors(java.util.LinkedList v)
          Set the value of doctors.
 void setPackages(java.util.LinkedList v)
          Set the value of packages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doctors

java.util.LinkedList doctors

packages

java.util.LinkedList packages
Constructor Detail

QueryResultMasterData

public QueryResultMasterData(java.util.LinkedList doctors,
                             java.util.LinkedList packages)
Initializes the container with a list of bugbase doctors and packages.

Method Detail

getDoctors

public java.util.LinkedList getDoctors()
Get the value of doctors.


setDoctors

public void setDoctors(java.util.LinkedList v)
Set the value of doctors.


getPackages

public java.util.LinkedList getPackages()
Get the value of packages.


setPackages

public void setPackages(java.util.LinkedList v)
Set the value of packages.