Class Plan


  • public class Plan
    extends step.core.accessors.AbstractOrganizableObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Collection<Function> functions  
      protected AbstractArtefact root  
      protected java.util.Collection<Plan> subPlans  
      protected boolean visible  
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Function> getFunctions()  
      AbstractArtefact getRoot()  
      java.util.Collection<Plan> getSubPlans()  
      boolean isVisible()  
      void setFunctions​(java.util.Collection<Function> functions)  
      void setRoot​(AbstractArtefact root)  
      void setSubPlans​(java.util.Collection<Plan> subPlans)  
      void setVisible​(boolean visible)  
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • functions

        protected java.util.Collection<Function> functions
      • subPlans

        protected java.util.Collection<Plan> subPlans
      • visible

        protected boolean visible
    • Method Detail

      • getFunctions

        public java.util.Collection<Function> getFunctions()
      • setFunctions

        public void setFunctions​(java.util.Collection<Function> functions)
      • getSubPlans

        public java.util.Collection<Plan> getSubPlans()
      • setSubPlans

        public void setSubPlans​(java.util.Collection<Plan> subPlans)
      • isVisible

        public boolean isVisible()
      • setVisible

        public void setVisible​(boolean visible)