com.jamasoftware.contour.qa.domain
Class TestCycle
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.ContourItem
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
| 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 |
| 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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TESTCYCLE_FIELD_NAMES
public static final java.util.List<java.lang.String> TESTCYCLE_FIELD_NAMES
TestCycle
public TestCycle()
TestCycle
public TestCycle(java.lang.Integer id)
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 typeP - The optional parameter type (can be Void)- Parameters:
visitor - The ContourItemVisitorp - 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.