org.squashtest.tm.service.campaign
Class IndexedCampaignTestPlanItem

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

Constructor Summary
IndexedCampaignTestPlanItem(Integer index, org.squashtest.tm.domain.campaign.CampaignTestPlanItem item)
           
 
Method Summary
 Integer getIndex()
           
 org.squashtest.tm.domain.campaign.CampaignTestPlanItem getItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedCampaignTestPlanItem

public IndexedCampaignTestPlanItem(Integer index,
                                   org.squashtest.tm.domain.campaign.CampaignTestPlanItem item)
Method Detail

getIndex

public Integer getIndex()

getItem

public org.squashtest.tm.domain.campaign.CampaignTestPlanItem getItem()


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.