20 package net.sf.gridarta.model.treasurelist;
22 import org.jetbrains.annotations.NotNull;
40 super(name,
false,
true);
54 throw new UnsupportedOperationException();
void visit(@NotNull final TreasureObjVisitor visitor)
void appendToString(@NotNull final StringBuilder sb)
FolderTreasureObj(@NotNull final String name)
Creates a new instance.
static final long serialVersionUID
The serial version UID.
final String name
The name of this treasure object.
void copyListType(@NotNull final TreasureObj treasureObj)
A TreasureObj representing a folder.
Subclass: UserObject (= content object) for nodes in the CFTreasureListTree These can be either treas...
Interface for visitors of TreasureObj instances.