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:
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)
           
 
Method Summary
 java.lang.String getActions()
           
 java.lang.Boolean getActive()
           
 ExecutionType getExecutionType()
           
 java.lang.String getExpectedResults()
           
 java.lang.Integer getId()
           
 java.lang.Integer getNumber()
           
 java.lang.Integer getTestCaseVersionId()
           
 void setActions(java.lang.String actions)
           
 void setActive(java.lang.Boolean active)
           
 void setExecutionType(ExecutionType executionType)
           
 void setExpectedResults(java.lang.String expectedResults)
           
 void setId(java.lang.Integer id)
           
 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 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 -
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

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.