com.tszadel.qctools4j.model.test
Class TestStep

java.lang.Object
  extended by com.tszadel.qctools4j.model.test.TestStep
All Implemented Interfaces:
IQcModel, IQcModelWithAttachments

public class TestStep
extends Object
implements IQcModelWithAttachments

A Test Step.

Author:
tszadel

Constructor Summary
TestStep()
           
 
Method Summary
 List<Attachment> getAttachments()
          Overrides getAttachments.
 String getDescription()
          Returns description.
 String getExpected()
          Returns expected.
 Boolean getHasAttachments()
          Returns hasAttachments.
 Integer getId()
          Returns id.
 String getName()
          Returns name.
 Integer getStepOrder()
          Returns stepOrder.
 void setDescription(String description)
          Sets the description.
 void setExpected(String expected)
          Sets the expected.
 void setHasAttachments(Boolean hasAttachments)
          Sets the hasAttachments.
 void setId(Integer id)
          Sets the id.
 void setName(String name)
          Sets the name.
 void setStepOrder(Integer stepOrder)
          Sets the stepOrder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStep

public TestStep()
Method Detail

getAttachments

public List<Attachment> getAttachments()
Overrides getAttachments. Returns the attachments.

Specified by:
getAttachments in interface IQcModelWithAttachments
Returns:
The attachments.
See Also:
IQcModelWithAttachments.getAttachments()

getDescription

public String getDescription()
Returns description.

Returns:
The description.

getExpected

public String getExpected()
Returns expected.

Returns:
The expected.

getHasAttachments

public Boolean getHasAttachments()
Returns hasAttachments.

Returns:
The hasAttachments.

getId

public Integer getId()
Returns id.

Returns:
The id.

getName

public String getName()
Returns name.

Returns:
The name.

getStepOrder

public Integer getStepOrder()
Returns stepOrder.

Returns:
The stepOrder.

setDescription

public void setDescription(String description)
Sets the description.

Parameters:
description - The description.

setExpected

public void setExpected(String expected)
Sets the expected.

Parameters:
expected - The expected.

setHasAttachments

public void setHasAttachments(Boolean hasAttachments)
Sets the hasAttachments.

Parameters:
hasAttachments - The hasAttachments.

setId

public void setId(Integer id)
Sets the id.

Parameters:
id - The id.

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name.

setStepOrder

public void setStepOrder(Integer stepOrder)
Sets the stepOrder.

Parameters:
stepOrder - The stepOrder.