br.eti.kinoshita.testlinkjavaapi.model
Class TestCaseStep

java.lang.Object
  extended by 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 testCaseVersionId, java.lang.Integer number, java.lang.String actions, java.lang.String expectedResults, ExecutionType executionType)
           
 
Method Summary
 java.lang.String getActions()
           
 ExecutionType getExecutionType()
           
 java.lang.String getExpectedResults()
           
 java.lang.Integer getNumber()
           
 java.lang.Integer getTestCaseVersionId()
           
 void setActions(java.lang.String actions)
           
 void setExecutionType(ExecutionType executionType)
           
 void setExpectedResults(java.lang.String expectedResults)
           
 void setNumber(java.lang.Integer number)
           
 void setTestCaseVersionId(java.lang.Integer testCaseVersionId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseStep

public TestCaseStep()

TestCaseStep

public TestCaseStep(java.lang.Integer testCaseVersionId,
                    java.lang.Integer number,
                    java.lang.String actions,
                    java.lang.String expectedResults,
                    ExecutionType executionType)
Parameters:
testCaseVersionId -
number -
actions -
expectedResults -
executionType -
Method Detail

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.