br.eti.kinoshita.testlinkjavaapi.model
Class TestCaseStep
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.TestCaseStep
- All Implemented Interfaces:
- java.io.Serializable
public class TestCaseStep
- extends java.lang.Object
- implements java.io.Serializable
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
|
Constructor Summary |
TestCaseStep()
|
TestCaseStep(java.lang.Integer id,
java.lang.Integer testCaseVersionId,
java.lang.Integer number,
java.lang.String actions,
java.lang.String expectedResults,
java.lang.Boolean active,
ExecutionType executionType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestCaseStep
public TestCaseStep()
TestCaseStep
public TestCaseStep(java.lang.Integer id,
java.lang.Integer testCaseVersionId,
java.lang.Integer number,
java.lang.String actions,
java.lang.String expectedResults,
java.lang.Boolean active,
ExecutionType executionType)
- Parameters:
id - testCaseVersionId - number - actions - expectedResults - active - executionType -
getTestCaseVersionId
public java.lang.Integer getTestCaseVersionId()
- Returns:
- the testCaseVersionId
setTestCaseVersionId
public void setTestCaseVersionId(java.lang.Integer testCaseVersionId)
- Parameters:
testCaseVersionId - the testCaseVersionId to set
getNumber
public java.lang.Integer getNumber()
- Returns:
- the number
setNumber
public void setNumber(java.lang.Integer number)
- Parameters:
number - the number to set
getActions
public java.lang.String getActions()
- Returns:
- the actions
setActions
public void setActions(java.lang.String actions)
- Parameters:
actions - the actions to set
getExpectedResults
public java.lang.String getExpectedResults()
- Returns:
- the expectedResults
setExpectedResults
public void setExpectedResults(java.lang.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
getId
public java.lang.Integer getId()
- Returns:
- the id
setId
public void setId(java.lang.Integer id)
- Parameters:
id - the id to set
getActive
public java.lang.Boolean getActive()
- Returns:
- the active
setActive
public void setActive(java.lang.Boolean active)
- Parameters:
active - the active to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.