au.edu.swin.synergy.plugin.userdb
Class BGroup
java.lang.Object
|
+--au.edu.swin.synergy.plugin.userdb.BPrivileged
|
+--au.edu.swin.synergy.plugin.userdb.BGroup
- public class BGroup
- extends BPrivileged
A group is simply a collection of users with certain privilages.
- Author:
- Tristan Austin
Please complete these missing tags
- Copyright Belongs To:
-
- See Also:
- Serialized Form
Constructor Summary |
BGroup()
This is simply the default constructor. |
BGroup(Long uniqueID,
String name)
Creates a user object with the given user name and
the ip address of the client machine |
BGroup(String userName)
Creates a user object with the given user name and
the ip address of the client machine |
Methods inherited from class au.edu.swin.synergy.plugin.userdb.BPrivileged |
addMember,
equals,
getComments,
getMembers,
getName,
getPrivilege,
getUniqueID,
isNew,
removeAllMembers,
removeMember,
setComments,
setMembers,
setName,
setPrivilege,
setUniqueID,
toString |
BGroup
public BGroup()
- This is simply the default constructor. It may
be used to create an empty user to be filled in.
Please complete the missing tags for BGroup
- Parameters:
-
BGroup
public BGroup(String userName)
throws BInvalidPropertyException
- Creates a user object with the given user name and
the ip address of the client machine
- Parameters:
name
- The name of this group
Please complete the missing tags for BGroup
BGroup
public BGroup(Long uniqueID,
String name)
throws BInvalidPropertyException
- Creates a user object with the given user name and
the ip address of the client machine
- Parameters:
uniqueID
- the id of this groupname
- The name of this group
Please complete the missing tags for BGroup