public class WsTestRunStep extends Object
| Constructor and Description |
|---|
WsTestRunStep()
Create a new instance of WsTestRunStep
|
WsTestRunStep(com.jamasoftware.contour.api.qa.domain.TestRunStep step)
Not meant for public use
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getExpectedResult() |
Integer |
getId() |
String |
getNotes() |
String |
getResult() |
WsTestRunStatus |
getStatus() |
Integer |
getStepIndex() |
void |
setAction(String action) |
void |
setExpectedResult(String expectedResult) |
void |
setId(Integer id) |
void |
setNotes(String notes) |
void |
setResult(String result) |
void |
setStatus(WsTestRunStatus status) |
void |
setStepIndex(Integer stepIndex) |
public WsTestRunStep()
public WsTestRunStep(com.jamasoftware.contour.api.qa.domain.TestRunStep 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 WsTestRunStatus getStatus()
public void setStatus(WsTestRunStatus status)
status - the status 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 setpublic String getResult()
public void setResult(String result)
result - the result to setCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.