public class ParentSection
extends java.lang.Object
ParentSection class represents a parent for all
classes representing a group of items.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
title
The title of the group
|
| Constructor and Description |
|---|
ParentSection(java.lang.String title)
Initializes a newly created
ParentSection with
the specified name. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTitle() |