openfuture.bugbase.app.model
Class BugBaseAdminModel

java.lang.Object
  |
  +--openfuture.bugbase.app.model.BugBaseAdminModel

public class BugBaseAdminModel
extends java.lang.Object

BugBaseAdminModel.java Created: Fri Feb 11 21:15:27 2000

Version:
$Revision: 1.3 $
Author:
Wolfgang Reissenberger

Constructor Summary
BugBaseAdminModel()
           
 
Method Summary
 java.util.LinkedList getGroups()
          Get the value of groups.
 java.util.LinkedList getProjects()
          Get the value of projects.
 java.util.LinkedList getUserData()
          Get the value of userData.
 void setGroups(java.util.LinkedList v)
          Set the value of groups.
 void setProjects(java.util.LinkedList v)
          Set the value of projects.
 void setUserData(java.util.LinkedList v)
          Set the value of userData.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugBaseAdminModel

public BugBaseAdminModel()
Method Detail

getProjects

public java.util.LinkedList getProjects()
Get the value of projects.
Returns:
Value of projects.

setProjects

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

getUserData

public java.util.LinkedList getUserData()
Get the value of userData.
Returns:
Value of userData.

setUserData

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

getGroups

public java.util.LinkedList getGroups()
Get the value of groups.
Returns:
Value of groups.

setGroups

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


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