Class ProcessDefinition


  • public class ProcessDefinition
    extends Object
    Wraps the definition of a process. The activities are represented as a linked list
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getCreationDate

        public long getCreationDate()
      • setCreationDate

        public void setCreationDate​(long creationDate)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getKpis

        public List<Kpi> getKpis()
      • setKpis

        public void setKpis​(List<Kpi> kpis)
      • setKpiActions

        public void setKpiActions​(List<KpiAction> kpiActions)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object