Package step.plans.nl

Class PlainTextPlan

  • All Implemented Interfaces:
    step.core.objectenricher.EnricheableObject

    public class PlainTextPlan
    extends step.core.plans.Plan
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String source  
      protected step.plans.nl.RootArtefactType type  
      • Fields inherited from class step.core.plans.Plan

        functions, JSON_CLASS_FIELD, root, subPlans, visible
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

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

        customFields, ID
    • Constructor Summary

      Constructors 
      Constructor Description
      PlainTextPlan()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSource()  
      step.plans.nl.RootArtefactType getType()  
      void setSource​(java.lang.String source)  
      void setType​(step.plans.nl.RootArtefactType type)  
      • Methods inherited from class step.core.plans.Plan

        getFunctions, getRoot, getSubPlans, isVisible, setFunctions, setRoot, setSubPlans, setVisible
      • 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
      • Methods inherited from interface step.core.objectenricher.EnricheableObject

        addAttribute, getAttribute, getAttributes, setAttributes
    • Field Detail

      • source

        protected java.lang.String source
      • type

        protected step.plans.nl.RootArtefactType type
    • Constructor Detail

      • PlainTextPlan

        public PlainTextPlan()
    • Method Detail

      • getSource

        public java.lang.String getSource()
      • setSource

        public void setSource​(java.lang.String source)
      • getType

        public step.plans.nl.RootArtefactType getType()
      • setType

        public void setType​(step.plans.nl.RootArtefactType type)