Class KollectieKey
- java.lang.Object
-
- io.naradrama.prologue.domain.kollection.KollectieKey
-
- All Implemented Interfaces:
JsonSerializable
public class KollectieKey extends java.lang.Object implements JsonSerializable
-
-
Constructor Summary
Constructors Constructor Description KollectieKey(java.lang.String dramaVersionId)KollectieKey(java.lang.String kollectionVersionId, long sequence)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KollectieKeyfromId(java.lang.String dramaVersionId)java.lang.StringgenKollectieId()java.lang.StringgenKollectieSequece()java.lang.StringgenKollectionId()java.lang.StringgenKollectionVersion()java.lang.StringgenKollectionVersionId()static voidmain(java.lang.String[] args)static KollectieKeynewInstance(java.lang.String kollectionVersionId, long sequence)static KollectieKeysample()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-
-
-
Method Detail
-
fromId
public static KollectieKey fromId(java.lang.String dramaVersionId)
-
newInstance
public static KollectieKey newInstance(java.lang.String kollectionVersionId, long sequence)
-
genKollectieId
public java.lang.String genKollectieId()
-
genKollectieSequece
public java.lang.String genKollectieSequece()
-
genKollectionVersionId
public java.lang.String genKollectionVersionId()
-
genKollectionId
public java.lang.String genKollectionId()
-
genKollectionVersion
public java.lang.String genKollectionVersion()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
sample
public static KollectieKey sample()
-
main
public static void main(java.lang.String[] args)
-
-