public class ActorMemberImpl extends Object implements ActorMember
| Constructor and Description |
|---|
ActorMemberImpl(long id,
long userId,
long groupId,
long roleId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getGroupId()
Get the identifier of the group.
|
long |
getId()
Get the identifier of the actor member.
|
long |
getRoleId()
Get the identifier of the role.
|
long |
getUserId()
Get the identifier of the user.
|
int |
hashCode() |
public ActorMemberImpl(long id,
long userId,
long groupId,
long roleId)
public long getId()
ActorMembergetId in interface ActorMemberpublic long getUserId()
ActorMembergetUserId in interface ActorMemberpublic long getGroupId()
ActorMembergetGroupId in interface ActorMemberpublic long getRoleId()
ActorMembergetRoleId in interface ActorMemberCopyright © 2018 Bonitasoft S.A.. All rights reserved.