com.jamasoftware.contour.qa.domain
Class TestSet

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
TestSet()
           
 
Method Summary
 User getAssignedTo()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getSortOrder()
           
 TestPlan getTestPlan()
           
 java.util.List<TestSetCase> getTestSetCases()
           
 void setAssignedTo(User assignedTo)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setSortOrder(java.lang.Integer sortOrder)
           
 void setTestPlan(TestPlan testPlan)
           
 void setTestSetCases(java.util.List<TestSetCase> testSetCases)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSet

public TestSet()
Method Detail

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.