public class CaseMilestoneInstanceImpl extends Object implements CaseMilestoneInstance, Serializable
Constructor and Description |
---|
CaseMilestoneInstanceImpl(String id,
String name,
boolean achieved,
Date achievedAt) |
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 |
toString() |
public String getId()
CaseMilestoneInstance
getId
in interface CaseMilestoneInstance
public String getName()
CaseMilestoneInstance
getName
in interface CaseMilestoneInstance
public boolean isAchieved()
CaseMilestoneInstance
isAchieved
in interface CaseMilestoneInstance
public Date getAchievedAt()
CaseMilestoneInstance
getAchievedAt
in interface CaseMilestoneInstance
public MilestoneStatus getStatus()
CaseMilestoneInstance
getStatus
in interface CaseMilestoneInstance
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.