public class UserGroupMembership
extends java.lang.Object
| Constructor and Description |
|---|
UserGroupMembership() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupId()
Gets the group ID.
|
java.lang.String |
getGroupName()
Gets the group name.
|
int |
getRoleId()
Gets the ID of the role assigned to the user for the given user group.
|
java.lang.String |
getRoleName()
Gets the role name.
|
int |
getUserId()
Gets the user ID.
|
void |
setGroupId(int groupId)
Sets the group ID.
|
void |
setGroupName(java.lang.String groupName)
Sets the group name.
|
void |
setRoleId(int roleId)
Sets the ID of the role assigned to the user for the given user group.
|
void |
setRoleName(java.lang.String roleName)
Sets the role name.
|
void |
setUserId(int userId)
Sets the user ID.
|
public int getGroupId()
public void setGroupId(int groupId)
groupId - public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName - public int getRoleId()
public void setRoleId(int roleId)
roleId - public int getUserId()
public void setUserId(int userId)
userId - public java.lang.String getRoleName()
public void setRoleName(java.lang.String roleName)
roleName - Copyright © Micro Focus 2004-2019. All rights reserved.