Package step.repositories.parser
Class AbstractStep
- java.lang.Object
-
- step.repositories.parser.AbstractStep
-
- Direct Known Subclasses:
ALMTestStep,PlanStep,SingleValueStep
public class AbstractStep extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<org.bson.types.ObjectId>attachmentsprotected Stringname
-
Constructor Summary
Constructors Constructor Description AbstractStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.bson.types.ObjectId>getAttachments()StringgetName()voidsetAttachments(List<org.bson.types.ObjectId> attachments)voidsetName(String name)StringtoString()
-