com.jamasoftware.contour.qa.domain
Class TestCycle

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.ContourItem
          extended by com.jamasoftware.contour.qa.domain.TestCycle
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable

@Entity
@Indexed
public class TestCycle
extends ContourItem

Test Cycle.

See Also:
Serialized Form

Field Summary
static java.util.List<java.lang.String> TESTCYCLE_FIELD_NAMES
           
 
Fields inherited from class com.jamasoftware.contour.domain.ContourItem
active, attachment, CONTOURITEM_FIELD_NAMES, createdBy, createdDate, customFields, DEFAULT_ENTITYTYPE_VALUE, description, documentKey, documentType, hibVersion, id, legacyKey, locked, lockedBy, lockedDate, modifiedBy, modifiedDate, name, project, versions
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
TestCycle()
           
TestCycle(java.lang.Integer id)
           
 
Method Summary
<R,P> R
accept(ContourItemVisitor<R,P> visitor, P p)
          Visitor pattern accept method
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 TestPlan getTestPlan()
           
 java.util.List<TestRunSet> getTestRunSets()
           
 com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
           
 void setEndDate(java.util.Date endDate)
           
 void setStartDate(java.util.Date startDate)
           
 void setTestPlan(TestPlan testPlan)
           
 void setTestRunSets(java.util.List<TestRunSet> testRunSets)
           
 
Methods inherited from class com.jamasoftware.contour.domain.ContourItem
addDocumentVersion, getActive, getAttachment, getChildDocumentType, getContent, getCreatedBy, getCreatedDate, getCurrentVersion, getCustomFields, getDescription, getDocumentKey, getDocumentType, getEntityType, getHibVersion, getId, getIsFolder, getIsStructureOnly, getLegacyKey, getLocked, getLockedBy, getLockedDate, getModifiedBy, getModifiedDate, getName, getOrganizationId, getProject, getVersions, getXmlToString, removeDocumentVersion, setActive, setAttachment, setCreatedBy, setCreatedDate, setCustomFields, setDescription, setDocumentKey, setDocumentType, setEntityType, setHibVersion, setId, setIsStructureOnly, setLegacyKey, setLocked, setLockedBy, setLockedDate, setModifiedBy, setModifiedDate, setName, setOrganizationId, setProject, setVersions
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TESTCYCLE_FIELD_NAMES

public static final java.util.List<java.lang.String> TESTCYCLE_FIELD_NAMES
Constructor Detail

TestCycle

public TestCycle()

TestCycle

public TestCycle(java.lang.Integer id)
Method Detail

accept

public <R,P> R accept(ContourItemVisitor<R,P> visitor,
                      P p)
Description copied from class: ContourItem
Visitor pattern accept method

Specified by:
accept in class ContourItem
Type Parameters:
R - The return type
P - The optional parameter type (can be Void)
Parameters:
visitor - The ContourItemVisitor
p - The parameter
Returns:
Some return value of type R

obtainAclObjectIdentity

public com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
Specified by:
obtainAclObjectIdentity in interface DomainObject
Overrides:
obtainAclObjectIdentity in class DomainObjectBaseSupport

getTestPlan

public TestPlan getTestPlan()

setTestPlan

public void setTestPlan(TestPlan testPlan)

getStartDate

public java.util.Date getStartDate()

setStartDate

public void setStartDate(java.util.Date startDate)

getEndDate

public java.util.Date getEndDate()

setEndDate

public void setEndDate(java.util.Date endDate)

getTestRunSets

public java.util.List<TestRunSet> getTestRunSets()

setTestRunSets

public void setTestRunSets(java.util.List<TestRunSet> testRunSets)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.