br.eti.kinoshita.testlinkjavaapi.model
Class TestCaseStep

Package class diagram package TestCaseStep
java.lang.Object
  extended by br.eti.kinoshita.testlinkjavaapi.model.TestCaseStep
All Implemented Interfaces:
Serializable

public class TestCaseStep
extends Object
implements Serializable

Since:
1.9.0-1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
TestCaseStep()
           
TestCaseStep(Integer testCaseVersionId, Integer number, String actions, String expectedResults, ExecutionType executionType)
           
 
Method Summary
 String getActions()
           
 ExecutionType getExecutionType()
           
 String getExpectedResults()
           
 Integer getNumber()
           
 Integer getTestCaseVersionId()
           
 void setActions(String actions)
           
 void setExecutionType(ExecutionType executionType)
           
 void setExpectedResults(String expectedResults)
           
 void setNumber(Integer number)
           
 void setTestCaseVersionId(Integer testCaseVersionId)
           
 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(Integer testCaseVersionId,
                    Integer number,
                    String actions,
                    String expectedResults,
                    ExecutionType executionType)
Parameters:
testCaseVersionId -
number -
actions -
expectedResults -
executionType -
Method Detail

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-2011 the testlink-java-api team-2011. All Rights Reserved.