public class WorkflowTemplate extends BaseResource
Constructor and Description |
---|
WorkflowTemplate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
int |
getId() |
String |
getName() |
List<WorkflowTemplateStep> |
getSteps() |
CodeAndDisplay |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setName(String name) |
void |
setSteps(List<WorkflowTemplateStep> steps) |
void |
setType(CodeAndDisplay type) |
getPath, setPath
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public List<WorkflowTemplateStep> getSteps()
public void setSteps(List<WorkflowTemplateStep> steps)
public CodeAndDisplay getType()
public void setType(CodeAndDisplay type)
Copyright © 2016. All rights reserved.