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

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

Returns:
the name of this group

getDescription

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

Returns:
the description of this group

getUsers

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

Returns:
List of userIds