20 package net.sf.gridarta.model.treasurelist;
22 import org.jetbrains.annotations.NotNull;
48 super(name,
true,
true);
88 listType = treasureListTreasureObj.
listType;
TreasureListTreasureObj(@NotNull final String name, @NotNull final TreasureListTreasureObjType listType)
Creates a new instance.
final String name
The name of this treasure object.
static final long serialVersionUID
The serial version UID.
void visit(@NotNull final TreasureObjVisitor visitor)
void copyListType(@NotNull final TreasureObj treasureObj)
Type of TreasureListTreasureObj instances.
TreasureListTreasureObjType getListType()
Returns the list type.
void setListType(@NotNull final TreasureListTreasureObjType listType)
Sets the list type.
A TreasureObj representing a "treasure" entry.
Subclass: UserObject (= content object) for nodes in the CFTreasureListTree These can be either treas...
void appendToString(@NotNull final StringBuilder sb)
Interface for visitors of TreasureObj instances.
TreasureListTreasureObjType listType
The list type.