Class Organization
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Entity
com.cloudimpl.outstack.runtime.domainspec.RootEntity
com.cloudimpl.outstack.domain.example.Organization
- All Implemented Interfaces:
IResource
public class Organization extends RootEntity
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Entity
Entity.Meta -
Constructor Summary
Constructors Constructor Description Organization(java.lang.String orgName) -
Method Summary
Modifier and Type Method Description voidapply(Event event)java.lang.StringentityId()java.lang.StringgetOrgName()java.lang.StringgetWebsite()java.lang.StringidField()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.RootEntity
create, createChildEntity, getBRN, getTRN, isMyType, makeRN, makeTRNMethods inherited from class com.cloudimpl.outstack.runtime.domainspec.Entity
applyEvent, checkTenantEligibility, checkTenantRequirement, cloneEntity, getMeta, getTenantId, getTenantRequirement, getVersion, hasTenant, id, isRoot, rename, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Organization
public Organization(java.lang.String orgName)
-
-
Method Details
-
getWebsite
public java.lang.String getWebsite() -
getOrgName
public java.lang.String getOrgName() -
entityId
public java.lang.String entityId() -
idField
public java.lang.String idField() -
apply
-