Class StageChartKey
- java.lang.Object
-
- io.naradrama.prologue.domain.stage.SpaceKey
-
- io.naradrama.prologue.domain.stage.StageChartKey
-
- All Implemented Interfaces:
JsonSerializable
public class StageChartKey extends SpaceKey
-
-
Field Summary
-
Fields inherited from class io.naradrama.prologue.domain.stage.SpaceKey
MEMBER_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description StageChartKey(CineroomKey cineroomKey)StageChartKey(java.lang.String stageChartId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StageChartKeyfromId(java.lang.String stageChartId)java.lang.StringgenTroupeId(long troupeSequence)TroupeKeygenTroupeKey(long troupeSequence)static voidmain(java.lang.String[] args)static StageChartKeynewInstance(java.lang.String stageChartId)static StageChartKeynewInstanceWithCineroomKey(CineroomKey cineroomKey)static StageChartKeysample()-
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
-
-
-
-
Constructor Detail
-
StageChartKey
public StageChartKey(java.lang.String stageChartId)
-
StageChartKey
public StageChartKey(CineroomKey cineroomKey)
-
-
Method Detail
-
newInstance
public static StageChartKey newInstance(java.lang.String stageChartId)
-
newInstanceWithCineroomKey
public static StageChartKey newInstanceWithCineroomKey(CineroomKey cineroomKey)
-
fromId
public static StageChartKey fromId(java.lang.String stageChartId)
-
genTroupeId
public java.lang.String genTroupeId(long troupeSequence)
-
genTroupeKey
public TroupeKey genTroupeKey(long troupeSequence)
-
sample
public static StageChartKey sample()
-
main
public static void main(java.lang.String[] args)
-
-