Class CineroomEntity
- java.lang.Object
-
- io.naradrama.prologue.domain.ddd.DomainEntity
-
- io.naradrama.prologue.domain.drama.CineroomEntity
-
- All Implemented Interfaces:
JsonSerializable
public abstract class CineroomEntity extends DomainEntity
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCineroomEntity(CineroomEntity sameSpaceEntity)protectedCineroomEntity(AudienceKey audienceKey)protectedCineroomEntity(CineroomKey cineroomKey)protectedCineroomEntity(java.lang.String id, AudienceKey audienceKey)protectedCineroomEntity(java.lang.String id, CineroomKey cineroomKey)
-
Method Summary
-
Methods inherited from class io.naradrama.prologue.domain.ddd.DomainEntity
equals, genEntityIdName, hashCode, modify, modifyAttributes, 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
-
CineroomEntity
protected CineroomEntity(java.lang.String id, CineroomKey cineroomKey)
-
CineroomEntity
protected CineroomEntity(java.lang.String id, AudienceKey audienceKey)
-
CineroomEntity
protected CineroomEntity(AudienceKey audienceKey)
-
CineroomEntity
protected CineroomEntity(CineroomKey cineroomKey)
-
CineroomEntity
protected CineroomEntity(CineroomEntity sameSpaceEntity)
-
-