cz.zcu.fav.kiv.editor.beans.sections
Class Subsection
java.lang.Object
cz.zcu.fav.kiv.editor.beans.common.ParentSection
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 Group
s.
- Version:
- 1.0, 05/2007
- Author:
- Marta Vaclavikova
Constructor Summary |
Subsection(java.lang.String title)
Initializes a newly created Subsection with the specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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)