com.jamasoftware.contour.qa.domain
Class TestSet
java.lang.Object
com.jamasoftware.contour.qa.domain.TestSet
- All Implemented Interfaces:
- DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class TestSet
- extends java.lang.Object
- implements DomainObjectBase
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestSet
public TestSet()
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
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getAssignedTo
public User getAssignedTo()
setAssignedTo
public void setAssignedTo(User assignedTo)
getTestPlan
public TestPlan getTestPlan()
setTestPlan
public void setTestPlan(TestPlan testPlan)
getSortOrder
public java.lang.Integer getSortOrder()
setSortOrder
public void setSortOrder(java.lang.Integer sortOrder)
getTestSetCases
public java.util.List<TestSetCase> getTestSetCases()
setTestSetCases
public void setTestSetCases(java.util.List<TestSetCase> testSetCases)
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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.