Class PavilionKey
- java.lang.Object
-
- io.naradrama.prologue.domain.tenant.TenantKey
-
- io.naradrama.prologue.domain.tenant.PavilionKey
-
- All Implemented Interfaces:
JsonSerializable
public class PavilionKey extends TenantKey
-
-
Field Summary
-
Fields inherited from class io.naradrama.prologue.domain.tenant.TenantKey
HIERARCHY_DELIMITER, MEMBER_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description PavilionKey(java.lang.String pavilionId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PavilionKeyfromId(java.lang.String pavilionId)static PavilionKeyfromJson(java.lang.String json)SquareKeygenSquareKey()static voidmain(java.lang.String[] args)static PavilionKeynewKey(SquareKey squareKey, long pavilionSequence)static PavilionKeysample()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 PavilionKey newKey(SquareKey squareKey, long pavilionSequence)
-
fromId
public static PavilionKey fromId(java.lang.String pavilionId)
-
fromJson
public static PavilionKey fromJson(java.lang.String json)
-
genSquareKey
public SquareKey genSquareKey()
-
sample
public static PavilionKey sample()
-
main
public static void main(java.lang.String[] args)
-
-