Package org.bonitasoft.web.client.model
Class Actor
java.lang.Object
org.bonitasoft.web.client.model.Actor
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class Actor
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) booleana description of the actorthe display name of the actorgetId()actor idgetName()name of the actor (as specified on human tasks and for the initiator of the process)process definition idinthashCode()voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidvoidsetProcessId(Long processId) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PROCESS_ID
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
Actor
public Actor()
-
-
Method Details
-
id
-
getId
actor id- Returns:
- id
-
setId
-
processId
-
getProcessId
process definition id- Returns:
- processId
-
setProcessId
-
description
-
getDescription
a description of the actor- Returns:
- description
-
setDescription
-
name
-
getName
name of the actor (as specified on human tasks and for the initiator of the process)- Returns:
- name
-
setName
-
displayName
-
getDisplayName
the display name of the actor- Returns:
- displayName
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-