com.jamasoftware.contour.qa.domain
Class TestCaseStep

java.lang.Object
  extended by com.jamasoftware.contour.domain.StepItem
      extended by com.jamasoftware.contour.qa.domain.TestCaseStep
All Implemented Interfaces:
DomainObjectBase, OrganizationAware, java.io.Serializable

@Entity
public class TestCaseStep
extends StepItem

Author:
Dylan
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
TestCaseStep()
           
 
Method Summary
 java.lang.String getExpectedResult()
           
 java.lang.String getNotes()
           
 Document getTestCase()
           
 void setExpectedResult(java.lang.String expectedResult)
           
 void setNotes(java.lang.String notes)
           
 void setTestCase(Document testCase)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jamasoftware.contour.domain.StepItem
getAction, getId, getOrganizationId, getStepIndex, getStepType, setAction, setId, setOrganizationId, setStepIndex, setStepType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseStep

public TestCaseStep()
Method Detail

getExpectedResult

public java.lang.String getExpectedResult()
Returns:
the expectedResult

setExpectedResult

public void setExpectedResult(java.lang.String expectedResult)
Parameters:
expectedResult - the expectedResult to set

getNotes

public java.lang.String getNotes()
Returns:
the notes

setNotes

public void setNotes(java.lang.String notes)
Parameters:
notes - the notes to set

getTestCase

public Document getTestCase()
Returns:
the testCase

setTestCase

public void setTestCase(Document testCase)
Parameters:
testCase - the testCase to set

toString

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


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.