Class CaseMilestoneInstanceImpl

  • All Implemented Interfaces:
    Serializable, org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance

    public class CaseMilestoneInstanceImpl
    extends Object
    implements org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • CaseMilestoneInstanceImpl

        public CaseMilestoneInstanceImpl​(String id,
                                         String name,
                                         boolean achieved,
                                         Date achievedAt)
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
      • getName

        public String getName()
        Specified by:
        getName in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
      • isAchieved

        public boolean isAchieved()
        Specified by:
        isAchieved in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
      • getAchievedAt

        public Date getAchievedAt()
        Specified by:
        getAchievedAt in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
      • getStatus

        public org.jbpm.casemgmt.api.model.instance.MilestoneStatus getStatus()
        Specified by:
        getStatus in interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance