org.squashtest.tm.service.campaign
Class IndexedIterationTestPlanItem

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

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

Constructor Detail

IndexedIterationTestPlanItem

public IndexedIterationTestPlanItem(Integer index,
                                    org.squashtest.tm.domain.campaign.IterationTestPlanItem item)
Method Detail

getIndex

public Integer getIndex()

getItem

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


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