com.jamasoftware.contour.qa.domain
Class TestSetCase
java.lang.Object
com.jamasoftware.contour.qa.domain.TestSetCase
- All Implemented Interfaces:
- DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class TestSetCase
- extends java.lang.Object
- implements DomainObjectBase
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSetCase
public TestSetCase()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in interface DomainObjectBase
getSortOrder
public java.lang.Integer getSortOrder()
setSortOrder
public void setSortOrder(java.lang.Integer sortOrder)
getTestCase
public Document getTestCase()
setTestCase
public void setTestCase(Document testCase)
getTestSet
public TestSet getTestSet()
setTestSet
public void setTestSet(TestSet testSet)
getOrganizationId
public java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface DomainObjectBase- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
- Specified by:
setOrganizationId in interface DomainObjectBase
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.