com.jamasoftware.contour.qa.domain
Class TestCaseStep
java.lang.Object
com.jamasoftware.contour.domain.StepItem
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestCaseStep
public TestCaseStep()
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.