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

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

public class Subsection
extends ParentSection

The Subsection class represents a subsection of a Section. It contains a list of Groups.

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
Subsection(java.lang.String title)
          Initializes a newly created Subsection with the specified name.
 
Method Summary
 void clearValues()
          Clear values (sets default values) of all groups.
 org.w3c.dom.Comment getComment()
           
 java.util.List<Group> getGroupList()
           
 void setComment(org.w3c.dom.Comment comment)
           
 void setGroupList(java.util.List<Group> groupList)
           
 
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

Subsection

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

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

getGroupList

public java.util.List<Group> getGroupList()

setGroupList

public void setGroupList(java.util.List<Group> groupList)

clearValues

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


getComment

public org.w3c.dom.Comment getComment()

setComment

public void setComment(org.w3c.dom.Comment comment)