com.ibm.ram.common.data
Class UserGroupInformation

java.lang.Object
  extended by com.ibm.ram.common.data.UserGroupInformation

public class UserGroupInformation
extends java.lang.Object

Represents a group of users who are defined in a community or are bound to an LDAP group

Since:
7.1

Constructor Summary
UserGroupInformation()
           
 
Method Summary
 CommunityInformation getCommunity()
           
 java.lang.String getDescription()
           
 int getId()
           
 java.lang.String getName()
           
 UserInformation[] getUsers()
           
 void setCommunity(CommunityInformation community)
           
 void setDescription(java.lang.String description)
           
 void setId(int userGroupId)
           
 void setName(java.lang.String userGroupName)
           
 void setUsers(UserInformation[] users)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupInformation

public UserGroupInformation()
Method Detail

getId

public int getId()
Returns:
The id of this user group.
Since:
7.1

setId

public void setId(int userGroupId)
Parameters:
userGroupId - The id of this user group.
Since:
7.1

getName

public java.lang.String getName()
Returns:
the name of this user group.
Since:
7.1

setName

public void setName(java.lang.String userGroupName)
Parameters:
userGroupName - the name of this user group.
Since:
7.1

getCommunity

public CommunityInformation getCommunity()
Returns:
The community this User Group belongs to.
Since:
7.1

setCommunity

public void setCommunity(CommunityInformation community)
Parameters:
community - The community group this user group belongs to.
Since:
7.1

getDescription

public java.lang.String getDescription()
Returns:
The description of this user group.
Since:
7.1

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description of this user group.
Since:
7.1

getUsers

public UserInformation[] getUsers()

setUsers

public void setUsers(UserInformation[] users)