Package org.bonitasoft.web.client.model
Class ActorDefinition
java.lang.Object
org.bonitasoft.web.client.model.ActorDefinition
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ActorDefinition
extends Object
implements Serializable
Actor definition
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanthe actor descriptiontrue, if this actor can start the processgetName()the actor nameinthashCode()voidsetDescription(String description) voidsetInitiator(Boolean initiator) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_INITIATOR
- See Also:
-
-
Constructor Details
-
ActorDefinition
public ActorDefinition()
-
-
Method Details
-
name
-
getName
the actor name- Returns:
- name
-
setName
-
description
-
getDescription
the actor description- Returns:
- description
-
setDescription
-
initiator
-
getInitiator
true, if this actor can start the process- Returns:
- initiator
-
setInitiator
-
equals
-
hashCode
public int hashCode() -
toString
-