com.jamasoftware.contour.domain
Class TestResult
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.TestResult
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class TestResult
- extends DomainObjectSupport
Test Result.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TestResult
public TestResult()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getNotes
public java.lang.String getNotes()
setNotes
public void setNotes(java.lang.String details)
getTestConfiguration
public Lookup getTestConfiguration()
setTestConfiguration
public void setTestConfiguration(Lookup testCaseStatus)
getPassStatus
public java.lang.Boolean getPassStatus()
setPassStatus
public void setPassStatus(java.lang.Boolean passStatus)
getTestCaseDetails
public java.lang.String getTestCaseDetails()
setTestCaseDetails
public void setTestCaseDetails(java.lang.String testCaseDetails)
getTestCase
public ContourItem getTestCase()
setTestCase
public void setTestCase(ContourItem testCase)
getOrganizationId
public java.lang.Integer getOrganizationId()
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
getXmlToString
public java.lang.String getXmlToString()
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.