Package io.naradrama.prologue.store.jpa
Class StageEntityJpo
- java.lang.Object
-
- io.naradrama.prologue.store.jpa.DomainEntityJpo
-
- io.naradrama.prologue.store.jpa.StageEntityJpo
-
- All Implemented Interfaces:
JsonSerializable
@MappedSuperclass public abstract class StageEntityJpo extends DomainEntityJpo
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactorIdprotected java.lang.StringaudienceIdprotected java.lang.StringcitizenIdprotected java.lang.StringpavilionId-
Fields inherited from class io.naradrama.prologue.store.jpa.DomainEntityJpo
entityVersion, id
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStageEntityJpo(StageEntity stageEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorKeygenActorKey()AudienceKeygenAudienceKey()PavilionKeygenPavilionKey()CitizenKeygetCitizenKey()-
Methods inherited from class io.naradrama.prologue.store.jpa.DomainEntityJpo
equals, hashCode, toString
-
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
-
StageEntityJpo
protected StageEntityJpo(StageEntity stageEntity)
-
-
Method Detail
-
genPavilionKey
public PavilionKey genPavilionKey()
-
getCitizenKey
public CitizenKey getCitizenKey()
-
genAudienceKey
public AudienceKey genAudienceKey()
-
genActorKey
public ActorKey genActorKey()
-
-