Class ServiceModuleRefCreated
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<ServiceModuleRef>
com.cloudimpl.outstack.runtime.domain.ServiceModuleRefCreated
public class ServiceModuleRefCreated extends Event<ServiceModuleRef>
- Author:
- nuwan
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
Event.Action, Event.Meta -
Field Summary
-
Constructor Summary
Constructors Constructor Description ServiceModuleRefCreated(java.lang.String serviceModuleRef, java.lang.String domainId) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.StringgetDomainId()java.lang.Class<? extends Entity>getOwner()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringgetServiceModuleRef()java.lang.StringrootEntityId()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
getAction, getBRN, getEntityRN, getEntityTRN, getMeta, getRootEntityRN, getRootEntityTRN, getSeqNum, getTRN, id, isConsumed, isRootEvent, persistedId, rootId, rootPersistedId, setAction, setId, setRootId, setSeqNum, setTenantId, tenantId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ServiceModuleRefCreated
public ServiceModuleRefCreated(java.lang.String serviceModuleRef, java.lang.String domainId)
-
-
Method Details
-
getServiceModuleRef
public java.lang.String getServiceModuleRef() -
getDomainId
public java.lang.String getDomainId() -
getOwner
- Specified by:
getOwnerin classEvent<ServiceModuleRef>
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<ServiceModuleRef>
-
entityId
public java.lang.String entityId()- Specified by:
entityIdin classEvent<ServiceModuleRef>
-
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<ServiceModuleRef>
-