com.sun.n1.sps.model.user
Interface Group


public interface Group

A group is a named collection of users and permissions. Groups also have collections of child and parent groups.


Method Summary
 java.lang.String getDescription()
          Returns the description of this object.
 GroupID getGroupID()
          The ID that uniquely identifies this group amongst all other groups in the repository.
 java.lang.String getName()
          Returns the name of this object.
 

Method Detail

getGroupID

GroupID getGroupID()
The ID that uniquely identifies this group amongst all other groups in the repository.

Returns:
The ID of this group.

getName

java.lang.String getName()
Returns the name of this object.

Returns:
The name of this object.

getDescription

java.lang.String getDescription()
Returns the description of this object.

Returns:
The description of this object.