public class WsTestCaseStep extends Object
Constructor and Description |
---|
WsTestCaseStep()
Create a new instance of WsTestRunStep
|
WsTestCaseStep(com.jamasoftware.contour.api.qa.domain.TestCaseStep step)
Not meant for public use
|
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getExpectedResult() |
Integer |
getId() |
String |
getNotes() |
Integer |
getStepIndex() |
void |
setAction(String action) |
void |
setExpectedResult(String expectedResult) |
void |
setId(Integer id) |
void |
setNotes(String notes) |
void |
setStepIndex(Integer stepIndex) |
String |
toString() |
public WsTestCaseStep()
public WsTestCaseStep(com.jamasoftware.contour.api.qa.domain.TestCaseStep step)
public Integer getId()
public void setId(Integer id)
id
- the id to setpublic Integer getStepIndex()
public void setStepIndex(Integer stepIndex)
stepIndex
- the stepIndex to setpublic String getAction()
public void setAction(String action)
action
- the action to setpublic String getNotes()
public void setNotes(String notes)
notes
- the notes to setpublic String getExpectedResult()
public void setExpectedResult(String expectedResult)
expectedResult
- the expectedResult to setCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.