com.jamasoftware.contour.domain
Class TestResult

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by 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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
TestResult()
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getNotes()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Boolean getPassStatus()
           
 ContourItem getTestCase()
           
 java.lang.String getTestCaseDetails()
           
 Lookup getTestConfiguration()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setNotes(java.lang.String details)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPassStatus(java.lang.Boolean passStatus)
           
 void setTestCase(ContourItem testCase)
           
 void setTestCaseDetails(java.lang.String testCaseDetails)
           
 void setTestConfiguration(Lookup testCaseStatus)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResult

public TestResult()
Method Detail

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.