public class FolderItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
data |
protected long |
itsContentIndex |
private java.lang.String |
itsDescription |
| Constructor and Description |
|---|
FolderItem(java.lang.String description,
long contentIndex) |
FolderItem(java.lang.String description,
long contentIndex,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentIndex() |
java.lang.Object |
getData() |
java.lang.String |
getDescription() |
private final java.lang.String itsDescription
protected long itsContentIndex
private final java.lang.Object data