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()
CaseMilestonegetId in interface CaseMilestonepublic String getName()
CaseMilestonegetName in interface CaseMilestonepublic String getAchievementCondition()
CaseMilestonegetAchievementCondition in interface CaseMilestonepublic boolean isMandatory()
CaseMilestoneisMandatory in interface CaseMilestonepublic void setId(String id)
public void setName(String name)
public void setAchievementCondition(String achievementCondition)
public void setMandatory(boolean mandatory)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.