|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommon.Group
public class Group
The Group entity is defined by an unique ID and its group folder. In addition it holds attributes such as the group owner, its list of users, security keys and settings.
Field Summary | |
---|---|
String |
folderName
The group folder's name is also the group's actual name. |
long |
groupID
The group's unique identifier. |
List<String> |
keys
For security mechanisms the group must have a series of keys. |
User |
owner
The groups owner. |
User |
pendingOwner
A user that will become the group's owner after an ownership transfer. |
Properties |
settings
The group's settings. |
List<User> |
users
The group's users. |
Constructor Summary | |
---|---|
Group()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long groupID
public String folderName
public User owner
public User pendingOwner
public List<String> keys
public List<User> users
public Properties settings
Constructor Detail |
---|
public Group()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |