Package step.plans.nl
Class PlainTextPlan
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.core.plans.Plan
-
- step.plans.nl.PlainTextPlan
-
- All Implemented Interfaces:
step.core.objectenricher.EnricheableObject
public class PlainTextPlan extends step.core.plans.Plan
-
-
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
-
-