com.sas.drugdev.remote.admin
Interface Group

All Known Subinterfaces:
RemoteGroup
All Known Implementing Classes:
GroupBean

public interface Group

Group provides an interface which accesses the properties of a group


Method Summary
 java.lang.String getDescription()
          Get the description of this group
 java.lang.String getName()
          Get the name of this group
 java.util.List getUsers()
          Get the userIds of the current users in this group.
 

Method Detail

getName

java.lang.String getName()
Get the name of this group

Returns:
the name of this group

getDescription

java.lang.String getDescription()
Get the description of this group

Returns:
the description of this group

getUsers

java.util.List getUsers()
Get the userIds of the current users in this group.

Returns:
List of userIds