com.ibm.ram.common.data
Class UserGroupInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupInformation
public UserGroupInformation()
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)