de.smartics.maven.issues.bugzilla
Class Sections.Section

Package class diagram package Sections.Section
java.lang.Object
  extended by de.smartics.maven.issues.bugzilla.Sections.Section
Enclosing class:
Sections

public static final class Sections.Section
     
     
extends Object

Container for the tasks belonging to one section.


Method Summary
 String getSectionName()
          Returns the name of the section.
 List<org.eclipse.mylyn.tasks.core.data.TaskData> getTasks()
          Returns the tasks belonging to the section.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSectionName

public String getSectionName()
Returns the name of the section.

Returns:
the name of the section.

getTasks

public List<org.eclipse.mylyn.tasks.core.data.TaskData> getTasks()
Returns the tasks belonging to the section.

Returns:
the tasks belonging to the section.


Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.