com.jamasoftware.contour.qa.domain
Class TestSetCase

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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
TestSetCase()
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getSortOrder()
           
 Document getTestCase()
           
 TestSet getTestSet()
           
 void setId(java.lang.Integer id)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setSortOrder(java.lang.Integer sortOrder)
           
 void setTestCase(Document testCase)
           
 void setTestSet(TestSet testSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSetCase

public TestSetCase()
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

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.