public class CaseMilestoneImpl extends Object implements CaseMilestone, Serializable
Constructor and Description |
---|
CaseMilestoneImpl(String id,
String name) |
CaseMilestoneImpl(String id,
String name,
String achievementCondition,
boolean mandatory) |
Modifier and Type | Method and Description |
---|---|
String |
getAchievementCondition()
Returns condition that will indicate this mile stone is achieved.
|
String |
getId()
Returns id of the milestone.
|
String |
getName()
Returns name of the milestone.
|
boolean |
isMandatory()
Defines if this milestone is required before case completion.
|
void |
setAchievementCondition(String achievementCondition) |
void |
setId(String id) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
String |
toString() |
public String getId()
CaseMilestone
getId
in interface CaseMilestone
public String getName()
CaseMilestone
getName
in interface CaseMilestone
public String getAchievementCondition()
CaseMilestone
getAchievementCondition
in interface CaseMilestone
public boolean isMandatory()
CaseMilestone
isMandatory
in interface CaseMilestone
public void setId(String id)
public void setName(String name)
public void setAchievementCondition(String achievementCondition)
public void setMandatory(boolean mandatory)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.