public class WorkflowTemplatePhase extends BaseResource
Constructor and Description |
---|
WorkflowTemplatePhase() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CodeAndDisplay |
getAssigneeType() |
Integer |
getDurationInDays() |
int |
getPhaseNumber() |
CodeAndDisplay |
getPhaseType() |
int |
hashCode() |
boolean |
isAllowRevision() |
void |
setAllowRevision(boolean allowRevision) |
void |
setAssigneeType(CodeAndDisplay assigneeType) |
void |
setDurationInDays(Integer durationInDays) |
void |
setPhaseNumber(int phaseNumber) |
void |
setPhaseType(CodeAndDisplay phaseType) |
String |
toString() |
getPath, setPath
public int getPhaseNumber()
public void setPhaseNumber(int phaseNumber)
public boolean isAllowRevision()
public void setAllowRevision(boolean allowRevision)
public Integer getDurationInDays()
public void setDurationInDays(Integer durationInDays)
public CodeAndDisplay getAssigneeType()
public void setAssigneeType(CodeAndDisplay assigneeType)
public CodeAndDisplay getPhaseType()
public void setPhaseType(CodeAndDisplay phaseType)
Copyright © 2016. All rights reserved.