public abstract class TaskSetup extends ElementSetup
description, name
Constructor and Description |
---|
TaskSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Attribute> |
getAttributes()
Gets the extended attributes that are defined for the item (if they exist).
|
int |
hashCode() |
void |
setAttributes(List<Attribute> attributes)
Sets the extended attributes that are defined for the item (if they exist).
|
void |
setDescription(String description)
Sets the description of the element definition.
|
void |
setName(String name)
Sets the name of the element definition.
|
String |
toString() |
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
public TaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId)
name
- the name of the element.description
- the description of the element.elementId
- the identifier of the element as it appears in the process definition.type
- the type of the element.processFlowId
- the identifier of the process flow that contains the element.public List<Attribute> getAttributes()
public void setAttributes(List<Attribute> attributes)
attributes
- the extended attributes that are defined for the item (if they exist).public void setName(String name)
name
- the name of the element definition.public void setDescription(String description)
description
- The description.public int hashCode()
hashCode
in class ElementSetup
public boolean equals(Object obj)
equals
in class ElementSetup
public String toString()
toString
in class ElementSetup
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA