Package step.plans.nl.parser
Class PlanStep
- java.lang.Object
-
- step.repositories.parser.AbstractStep
-
- step.plans.nl.parser.PlanStep
-
public class PlanStep extends AbstractStep
-
-
Field Summary
-
Fields inherited from class step.repositories.parser.AbstractStep
attachments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()StringgetDescription()StringgetLine()StringgetName()voidsetCommand(String command)voidsetDescription(String description)voidsetLine(String line)voidsetName(String name)-
Methods inherited from class step.repositories.parser.AbstractStep
getAttachments, setAttachments, toString
-
-
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classAbstractStep
-
setName
public void setName(String name)
- Overrides:
setNamein classAbstractStep
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getCommand
public String getCommand()
-
setCommand
public void setCommand(String command)
-
getLine
public String getLine()
-
setLine
public void setLine(String line)
-
-