cz.zcu.fav.kiv.editor.beans.sections
Class Section

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.beans.common.ParentSection
      extended by cz.zcu.fav.kiv.editor.beans.sections.Section

public class Section
extends ParentSection

The Section class represents a section of editor. It contains a list of Subsections.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Field Summary
 
Fields inherited from class cz.zcu.fav.kiv.editor.beans.common.ParentSection
title
 
Constructor Summary
Section(java.lang.String title)
          Initializes a newly created Section with the specified name.
 
Method Summary
 void clearValues()
          Clear values (sets default values) of all subsections.
 java.util.List<Subsection> getSubsectionList()
           
 void setSubsectionList(java.util.List<Subsection> subsectionList)
           
 
Methods inherited from class cz.zcu.fav.kiv.editor.beans.common.ParentSection
getTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section(java.lang.String title)
Initializes a newly created Section with the specified name. The title argument is the title of the section.

Parameters:
title - a title of the section.
Method Detail

getSubsectionList

public java.util.List<Subsection> getSubsectionList()

setSubsectionList

public void setSubsectionList(java.util.List<Subsection> subsectionList)

clearValues

public void clearValues()
Clear values (sets default values) of all subsections.