Class PlanItem

    • Constructor Detail

      • PlanItem

        public PlanItem​(String id,
                        String definitionRef)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getDefinitionRef

        public String getDefinitionRef()
      • setDefinitionRef

        public void setDefinitionRef​(String definitionRef)
      • getEntryCriterion

        public Sentry getEntryCriterion()
      • setEntryCriterion

        public void setEntryCriterion​(Sentry entryCriterion)
      • getExitCriterion

        public Sentry getExitCriterion()
      • setExitCriterion

        public void setExitCriterion​(Sentry exitCriterion)