Class BackStageKey
- java.lang.Object
-
- io.naradrama.prologue.domain.stage.SpaceKey
-
- io.naradrama.prologue.domain.stage.TroupeKey
-
- io.naradrama.prologue.domain.stage.BackStageKey
-
- All Implemented Interfaces:
JsonSerializable
public class BackStageKey extends TroupeKey
-
-
Field Summary
-
Fields inherited from class io.naradrama.prologue.domain.stage.SpaceKey
MEMBER_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description BackStageKey(java.lang.String backStageId)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BackStageKeyfromId(java.lang.String backStageId)static voidmain(java.lang.String[] args)static BackStageKeysample()-
Methods inherited from class io.naradrama.prologue.domain.stage.TroupeKey
fromJson, genBackStageKey, genCineroomKey, genSequence, genStageChartId, genStageChartKey, newInstance, newInstance, toString
-
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
-
-
-
-
Method Detail
-
fromId
public static BackStageKey fromId(java.lang.String backStageId)
-
sample
public static BackStageKey sample()
-
main
public static void main(java.lang.String[] args)
-
-