public abstract class TaskSetup extends ElementSetup
description, name
Constructor and Description |
---|
TaskSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier)
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()
Get the extended attributes defined on this repository item (if they exist).
|
int |
hashCode() |
void |
setAttributes(List<Attribute> attributes)
Set the extended attributes defined on this repository item (if they exist).
|
void |
setDescription(String description)
Sets the description of this element definition
|
void |
setName(String name)
Sets the name of this element definition
|
String |
toString() |
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
public TaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier)
name
- the name of the element.description
- the description of the element.elementId
- the id of the element as it appears in the process definition.type
- the type of the element.processFlowIdentifier
- the id of the process flow containing this element.public List<Attribute> getAttributes()
public void setAttributes(List<Attribute> attributes)
attributes
- the extended attributes defined on this repository item (if they exist).public void setName(String name)
name
- the name of this element definitionpublic void setDescription(String description)
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