Class CineroomServantKey
- java.lang.Object
-
- io.naradrama.prologue.domain.office.ServantKey
-
- io.naradrama.prologue.domain.office.CineroomServantKey
-
- All Implemented Interfaces:
JsonSerializable
public class CineroomServantKey extends ServantKey
-
-
Field Summary
-
Fields inherited from class io.naradrama.prologue.domain.office.ServantKey
SERVANT_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description CineroomServantKey(CineroomOfficeKey cineroomOfficeKey, long cineroomServantSequence)CineroomServantKey(java.lang.String cineroomServantId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CineroomServantKeyfromId(java.lang.String cineroomServantId)static CineroomServantKeyfromJson(java.lang.String json)CineroomOfficeKeygenCineroomOfficeKey()static voidmain(java.lang.String[] args)static CineroomServantKeynewKey(CineroomOfficeKey cineroomOfficeKey, long cineroomServantSequence)static CineroomServantKeysample()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
-
CineroomServantKey
public CineroomServantKey(java.lang.String cineroomServantId)
-
CineroomServantKey
public CineroomServantKey(CineroomOfficeKey cineroomOfficeKey, long cineroomServantSequence)
-
-
Method Detail
-
newKey
public static CineroomServantKey newKey(CineroomOfficeKey cineroomOfficeKey, long cineroomServantSequence)
-
fromId
public static CineroomServantKey fromId(java.lang.String cineroomServantId)
-
genCineroomOfficeKey
public CineroomOfficeKey genCineroomOfficeKey()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classServantKey
-
fromJson
public static CineroomServantKey fromJson(java.lang.String json)
-
sample
public static CineroomServantKey sample()
-
main
public static void main(java.lang.String[] args)
-
-