org.squashtest.tm.service.campaign
Class IndexedIterationTestPlanItem
java.lang.Object
org.squashtest.tm.service.campaign.IndexedIterationTestPlanItem
public class IndexedIterationTestPlanItem
- extends Object
This class pairs an Iteration with an index. The index depends on the collection the IterationTestPlanItem was
accessed from (the test plan of the iteration it belongs to, or of several test suites).
Without context the index is meaningless so be sure to keep track of how you acquired instances of theses.
- Author:
- bsiri
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexedIterationTestPlanItem
public IndexedIterationTestPlanItem(Integer index,
org.squashtest.tm.domain.campaign.IterationTestPlanItem item)
getIndex
public Integer getIndex()
getItem
public org.squashtest.tm.domain.campaign.IterationTestPlanItem getItem()
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.