Class OrganizationCreated
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<Organization>
com.cloudimpl.outstack.domain.example.OrganizationCreated
public class OrganizationCreated extends Event<Organization>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
Event.Action, Event.Meta -
Constructor Summary
Constructors Constructor Description OrganizationCreated(java.lang.String website, java.lang.String orgName) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.StringgetOrgName()java.lang.Class<? extends Entity>getOwner()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringgetWebsite()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, rootId, 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
-
OrganizationCreated
public OrganizationCreated(java.lang.String website, java.lang.String orgName)
-
-
Method Details
-
getWebsite
public java.lang.String getWebsite() -
getOrgName
public java.lang.String getOrgName() -
getOwner
- Specified by:
getOwnerin classEvent<Organization>
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<Organization>
-
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<Organization>
-
entityId
public java.lang.String entityId()- Specified by:
entityIdin classEvent<Organization>
-