Class SpaceKey
- java.lang.Object
-
- io.naradrama.prologue.domain.stage.SpaceKey
-
- All Implemented Interfaces:
JsonSerializable
- Direct Known Subclasses:
ActorKey,CastKey,CineasteKey,StageChartKey,StageKey,TroupeKey
public abstract class SpaceKey extends java.lang.Object implements JsonSerializable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMEMBER_DELIMITER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object target)inthashCode()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-
-
-
Field Detail
-
MEMBER_DELIMITER
public static final java.lang.String MEMBER_DELIMITER
- See Also:
- Constant Field Values
-
-