com.atlassian.greenhopper.web.rapid.work
Class ParentSwimlanesData

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesData

public class ParentSwimlanesData
extends java.lang.Object

Contains parent information required for the parent/child swimlane strategy Children might all be filtered out, yet the parent should be shown as such, plus the parent status could be automatically updated to reflect the status of the children


Constructor Summary
ParentSwimlanesData()
           
 
Method Summary
 java.util.Set<java.lang.Long> getDoneCandidates()
           
 java.util.Set<java.lang.Long> getInprogressCandidates()
           
 java.util.Set<java.lang.Long> getParentIssueIds()
           
 void setDoneCandidates(java.util.Set<java.lang.Long> doneCandidates)
           
 void setInprogressCandidates(java.util.Set<java.lang.Long> inprogressCandidates)
           
 void setParentIssueIds(java.util.Set<java.lang.Long> parentIssueIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentSwimlanesData

public ParentSwimlanesData()
Method Detail

getParentIssueIds

public java.util.Set<java.lang.Long> getParentIssueIds()

setParentIssueIds

public void setParentIssueIds(java.util.Set<java.lang.Long> parentIssueIds)

getInprogressCandidates

public java.util.Set<java.lang.Long> getInprogressCandidates()

setInprogressCandidates

public void setInprogressCandidates(java.util.Set<java.lang.Long> inprogressCandidates)

getDoneCandidates

public java.util.Set<java.lang.Long> getDoneCandidates()

setDoneCandidates

public void setDoneCandidates(java.util.Set<java.lang.Long> doneCandidates)


Copyright © 2007-2014 Atlassian. All Rights Reserved.