Class BackStageServantKey
- java.lang.Object
-
- io.naradrama.prologue.domain.office.ServantKey
-
- io.naradrama.prologue.domain.office.BackStageServantKey
-
- All Implemented Interfaces:
JsonSerializable
public class BackStageServantKey extends ServantKey
-
-
Field Summary
-
Fields inherited from class io.naradrama.prologue.domain.office.ServantKey
SERVANT_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description BackStageServantKey(BackStageKey backStageKey, long backStageServantSequence)BackStageServantKey(java.lang.String backStageServantId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackStageServantKeyfromId(java.lang.String backStageServantId)static BackStageServantKeyfromJson(java.lang.String json)static voidmain(java.lang.String[] args)static BackStageServantKeynewKey(BackStageKey backStageKey, long backStageServantSequence)static BackStageServantKeysample()java.lang.StringtoString()-
Methods inherited from class io.naradrama.prologue.domain.office.ServantKey
equals, hashCode, parseToOfficeKey
-
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
-
BackStageServantKey
public BackStageServantKey(java.lang.String backStageServantId)
-
BackStageServantKey
public BackStageServantKey(BackStageKey backStageKey, long backStageServantSequence)
-
-
Method Detail
-
newKey
public static BackStageServantKey newKey(BackStageKey backStageKey, long backStageServantSequence)
-
fromId
public static BackStageServantKey fromId(java.lang.String backStageServantId)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classServantKey
-
fromJson
public static BackStageServantKey fromJson(java.lang.String json)
-
sample
public static BackStageServantKey sample()
-
main
public static void main(java.lang.String[] args)
-
-