WPI GDC CMS 0.0.1

org.wpi.gdc.cms.main
Class Group

java.lang.Object
  |
  +--org.wpi.gdc.cms.main.Group

public class Group
extends java.lang.Object

Represents a Group of users.

Version:
1.2
Author:
dmpotter

Field Summary
protected  User[] users
          The array of User objects associated with this Group.
 
Method Summary
static Group getGroup(int id)
          Loads the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

users

protected User[] users
The array of User objects associated with this Group.
Method Detail

getGroup

public static Group getGroup(int id)
Loads the

WPI GDC CMS 0.0.1

Copyright © 2001 WPI Game Development Club. All Rights Reserved.