Package org.bonitasoft.web.client.model
Class ActorMember
java.lang.Object
org.bonitasoft.web.client.model.ActorMember
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ActorMember
extends Object
implements Serializable
An actor member represents the association between the organization and the actor af a process. In an organization we have four member_types = USER,
GROUP, ROLE and MEMBERSHIP (role in a group). You can assign a actor to a user by specifying a role and or a group, or specific user.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanid of the actor for this mappingid of group, or -1 if the member type is not groupgetId()actor member idid of role, or -1 if the member type is not roleid of user, or -1 if the member type is not userinthashCode()voidsetActorId(String actorId) voidsetGroupId(String groupId) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ACTOR_ID
- See Also:
-
JSON_PROPERTY_ROLE_ID
- See Also:
-
JSON_PROPERTY_GROUP_ID
- See Also:
-
JSON_PROPERTY_USER_ID
- See Also:
-
-
Constructor Details
-
ActorMember
public ActorMember()
-
-
Method Details
-
id
-
getId
actor member id- Returns:
- id
-
setId
-
actorId
-
getActorId
id of the actor for this mapping- Returns:
- actorId
-
setActorId
-
roleId
-
getRoleId
id of role, or -1 if the member type is not role- Returns:
- roleId
-
setRoleId
-
groupId
-
getGroupId
id of group, or -1 if the member type is not group- Returns:
- groupId
-
setGroupId
-
userId
-
getUserId
id of user, or -1 if the member type is not user- Returns:
- userId
-
setUserId
-
equals
-
hashCode
public int hashCode() -
toString
-