org.squashtest.tm.service.campaign
Class IndexedCampaignTestPlanItem
java.lang.Object
org.squashtest.tm.service.campaign.IndexedCampaignTestPlanItem
public class IndexedCampaignTestPlanItem
- 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 |
IndexedCampaignTestPlanItem
public IndexedCampaignTestPlanItem(Integer index,
org.squashtest.tm.domain.campaign.CampaignTestPlanItem item)
getIndex
public Integer getIndex()
getItem
public org.squashtest.tm.domain.campaign.CampaignTestPlanItem getItem()
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.