public interface CaseMilestoneInstance
Modifier and Type | Method and Description |
---|---|
Date |
getAchievedAt()
In case this milestone is achieved, returns date at it was achieved.
|
String |
getId()
Returns id of the milestone.
|
String |
getName()
Returns name of the milestone.
|
MilestoneStatus |
getStatus()
Returns status of this milestone
|
boolean |
isAchieved()
Indicates if this milestone is already achieved or not.
|
String getId()
String getName()
boolean isAchieved()
Date getAchievedAt()
MilestoneStatus getStatus()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.