openfuture.bugbase.xobjects
Class QueryResultMasterData

java.lang.Object
  |
  +--openfuture.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 $
Author:
Wolfgang Reissenberger
See Also:
Serialized Form

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
 

Constructor Detail

QueryResultMasterData

public QueryResultMasterData(java.util.LinkedList doctors,
                             java.util.LinkedList packages)
Initializes the container with a list of bugbase doctors and packages.
Parameters:
doctors - a value of type 'LinkedList'
packages - a value of type 'LinkedList'
Method Detail

getDoctors

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

setDoctors

public void setDoctors(java.util.LinkedList v)
Set the value of doctors.
Parameters:
v - Value to assign to doctors.

getPackages

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

setPackages

public void setPackages(java.util.LinkedList v)
Set the value of packages.
Parameters:
v - Value to assign to packages.


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.