Class CineroomKey
- java.lang.Object
-
- io.naradrama.prologue.domain.tenant.TenantKey
-
- io.naradrama.prologue.domain.tenant.CineroomKey
-
- All Implemented Interfaces:
JsonSerializable
public class CineroomKey extends TenantKey
-
-
Field Summary
-
Fields inherited from class io.naradrama.prologue.domain.tenant.TenantKey
HIERARCHY_DELIMITER, MEMBER_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description CineroomKey(java.lang.String cineroomId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CineroomKeyfromId(java.lang.String cineroomId)static CineroomKeyfromJson(java.lang.String json)static CineroomKeyfromKey(java.lang.String key)PavilionKeygenPavilionKey()static voidmain(java.lang.String[] args)AudienceKeynewAudienceKey(java.lang.String citizenId)static CineroomKeynewKey(PavilionKey pavilionKey, long cineroomSequence)static CineroomKeysample()java.lang.StringtoString()-
Methods inherited from class io.naradrama.prologue.domain.tenant.TenantKey
buildMemberKey, buildMemberKey, buildSpaceKey, equals, hashCode, isValidFor, parseSpaceKey, parseToParentSpaceKey, parseToSequence36, parseToSequence36, parseToSpaceKey
-
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
-
newKey
public static CineroomKey newKey(PavilionKey pavilionKey, long cineroomSequence)
-
fromId
public static CineroomKey fromId(java.lang.String cineroomId)
-
newAudienceKey
public AudienceKey newAudienceKey(java.lang.String citizenId)
-
fromJson
public static CineroomKey fromJson(java.lang.String json)
-
fromKey
public static CineroomKey fromKey(java.lang.String key)
-
genPavilionKey
public PavilionKey genPavilionKey()
-
sample
public static CineroomKey sample()
-
main
public static void main(java.lang.String[] args)
-
-