cz.zcu.fav.kiv.editor.beans.common
Class ParentSection

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.beans.common.ParentSection
Direct Known Subclasses:
AttributeGroup, Group, Section, Subsection

public class ParentSection
extends java.lang.Object

The ParentSection class represents a parent for all classes representing a group of items.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Field Summary
protected  java.lang.String title
          The title of the group
 
Constructor Summary
ParentSection(java.lang.String title)
          Initializes a newly created ParentSection with the specified name.
 
Method Summary
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected java.lang.String title
The title of the group

Constructor Detail

ParentSection

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

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

getTitle

public java.lang.String getTitle()