Class CineroomOfficeKey
- java.lang.Object
-
- io.naradrama.prologue.domain.office.ServantKey
-
- io.naradrama.prologue.domain.office.CineroomOfficeKey
-
- All Implemented Interfaces:
JsonSerializable
public class CineroomOfficeKey extends ServantKey
-
-
Field Summary
-
Fields inherited from class io.naradrama.prologue.domain.office.ServantKey
SERVANT_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description CineroomOfficeKey(CineroomKey cineroomKey)CineroomOfficeKey(java.lang.String cineroomOfficeId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CineroomOfficeKeyfromId(java.lang.String cineroomOfficeId)static CineroomOfficeKeyfromJson(java.lang.String json)static voidmain(java.lang.String[] args)static CineroomOfficeKeynewKeyFromCineroom(CineroomKey cineroomKey)static CineroomOfficeKeysample()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
-
CineroomOfficeKey
public CineroomOfficeKey(java.lang.String cineroomOfficeId)
-
CineroomOfficeKey
public CineroomOfficeKey(CineroomKey cineroomKey)
-
-
Method Detail
-
newKeyFromCineroom
public static CineroomOfficeKey newKeyFromCineroom(CineroomKey cineroomKey)
-
fromId
public static CineroomOfficeKey fromId(java.lang.String cineroomOfficeId)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classServantKey
-
fromJson
public static CineroomOfficeKey fromJson(java.lang.String json)
-
sample
public static CineroomOfficeKey sample()
-
main
public static void main(java.lang.String[] args)
-
-