public abstract class SectionEntity<T>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
header |
boolean |
isHeader |
T |
t |
| Constructor and Description |
|---|
SectionEntity(boolean isHeader,
java.lang.String header) |
SectionEntity(T t) |