br.eti.kinoshita.testlinkjavaapi.model
Class TestCaseStep
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.TestCaseStep
- All Implemented Interfaces:
- Serializable
public class TestCaseStep
- extends Object
- implements Serializable
- Author:
- Bruno P. Kinoshita
- See Also:
- Serialized Form
TestCaseStep
public TestCaseStep()
TestCaseStep
public TestCaseStep(Integer testCaseVersionId,
Integer number,
String actions,
String expectedResults,
ExecutionType executionType)
- Parameters:
testCaseVersionId - number - actions - expectedResults - executionType -
getTestCaseVersionId
public Integer getTestCaseVersionId()
- Returns:
- the testCaseVersionId
setTestCaseVersionId
public void setTestCaseVersionId(Integer testCaseVersionId)
- Parameters:
testCaseVersionId - the testCaseVersionId to set
getNumber
public Integer getNumber()
- Returns:
- the number
setNumber
public void setNumber(Integer number)
- Parameters:
number - the number to set
getActions
public String getActions()
- Returns:
- the actions
setActions
public void setActions(String actions)
- Parameters:
actions - the actions to set
getExpectedResults
public String getExpectedResults()
- Returns:
- the expectedResults
setExpectedResults
public void setExpectedResults(String expectedResults)
- Parameters:
expectedResults - the expectedResults to set
getExecutionType
public ExecutionType getExecutionType()
- Returns:
- the executionType
setExecutionType
public void setExecutionType(ExecutionType executionType)
- Parameters:
executionType - the executionType to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.