Package com.helger.tenancy.tenant
Interface ITenant
-
- All Superinterfaces:
IBusinessObject,com.helger.datetime.domain.IHasCreationDateTime,IHasCreationInfo,com.helger.datetime.domain.IHasDeletionDateTime,IHasDeletionInfo,com.helger.commons.name.IHasDisplayName,com.helger.commons.id.IHasID<String>,com.helger.datetime.domain.IHasLastModificationDateTime,IHasLastModificationInfo,com.helger.commons.type.IHasObjectType,IHasUIText,com.helger.commons.type.ITypedObject<String>,Serializable
public interface ITenant extends IBusinessObject, com.helger.commons.name.IHasDisplayName, IHasUIText
Represents a single tenant (Mandant)- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisGlobalTenant()-
Methods inherited from interface com.helger.tenancy.IBusinessObject
attrs, getLastChangeDateTime, isDeleted, isDeletedAt, isLastChangeAfter, isNotDeleted
-
Methods inherited from interface com.helger.datetime.domain.IHasCreationDateTime
getCreationDate, getCreationDateTime, getCreationTime, hasCreationDateTime, isCreatedAt
-
Methods inherited from interface com.helger.tenancy.datetime.IHasCreationInfo
getCreationUserID, hasCreationUserID
-
Methods inherited from interface com.helger.datetime.domain.IHasDeletionDateTime
getDeletionDate, getDeletionDateTime, getDeletionTime, hasDeletionDateTime
-
Methods inherited from interface com.helger.tenancy.datetime.IHasDeletionInfo
getDeletionUserID, hasDeletionUserID
-
Methods inherited from interface com.helger.datetime.domain.IHasLastModificationDateTime
getLastModificationDate, getLastModificationDateTime, getLastModificationTime, hasLastModificationDateTime, isLastModifiedAt
-
Methods inherited from interface com.helger.tenancy.datetime.IHasLastModificationInfo
getLastModificationUserID, hasLastModificationUserID
-
Methods inherited from interface com.helger.commons.type.IHasObjectType
getObjectType, getObjectTypeName, hasObjectType
-
Methods inherited from interface com.helger.tenancy.uitext.IHasUIText
getAsUIText
-
-