Interface IGroup
public interface IGroup
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- the group name.
-
getDescription
String getDescription()- Returns:
- a brief description of the group.
-
getSecurityLevel
int getSecurityLevel()- Returns:
- the security level number for this group.
-
getGroupList
ArrayList getGroupList()- Returns:
- group list
-
getUserList
ArrayList getUserList()- Returns:
- user list
-