Package ru.testit.models
Class MainContainer
java.lang.Object
ru.testit.models.MainContainer
- All Implemented Interfaces:
Serializable
Model describes main container with.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets afterMethods.Gets beforeMethods.Gets children.getStart()Gets start.getStop()Gets stop.getUuid()Gets uuid.setAfterMethods(List<FixtureResult> afterMethods) Sets afterMethods.setBeforeMethods(List<FixtureResult> beforeMethods) Sets beforeMethods.setChildren(List<String> children) Sets children.Sets start.Sets stop.Sets uuid.toString()
-
Constructor Details
-
MainContainer
public MainContainer()
-
-
Method Details
-
getUuid
Gets uuid.- Returns:
- the uuid
-
setUuid
Sets uuid.- Parameters:
uuid- the value- Returns:
- self for method chaining
-
getChildren
Gets children.- Returns:
- the children
-
setChildren
Sets children.- Parameters:
children- the children- Returns:
- self for method chaining
-
getBeforeMethods
Gets beforeMethods.- Returns:
- the beforeMethods
-
setBeforeMethods
Sets beforeMethods.- Parameters:
beforeMethods- the beforeMethods- Returns:
- self for method chaining
-
getAfterMethods
Gets afterMethods.- Returns:
- the afterMethods
-
setAfterMethods
Sets afterMethods.- Parameters:
afterMethods- the afterMethods- Returns:
- self for method chaining
-
getStart
Gets start.- Returns:
- the start
-
setStart
Sets start.- Parameters:
start- the value- Returns:
- self for method chaining
-
getStop
Gets stop.- Returns:
- the stop
-
setStop
Sets stop.- Parameters:
stop- the value- Returns:
- self for method chaining
-
toString
-