Package com.helger.tenancy.accarea
Interface IAccountingAreaObject
-
- All Superinterfaces:
IBusinessObject,IHasAccountingArea,IHasAccountingAreaID,com.helger.datetime.domain.IHasCreationDateTime,IHasCreationInfo,com.helger.datetime.domain.IHasDeletionDateTime,IHasDeletionInfo,com.helger.commons.id.IHasID<String>,com.helger.datetime.domain.IHasLastModificationDateTime,IHasLastModificationInfo,com.helger.commons.type.IHasObjectType,IHasTenant,IHasTenantID,ITenantObject,com.helger.commons.type.ITypedObject<String>,Serializable
public interface IAccountingAreaObject extends ITenantObject, IHasAccountingArea
Base interface for an object that is uniquely assigned to an accounting area.- Author:
- Philip Helger
-
-
Method Summary
-
Methods inherited from interface com.helger.tenancy.IBusinessObject
attrs, getLastChangeDateTime, isDeleted, isDeletedAt, isLastChangeAfter, isNotDeleted
-
Methods inherited from interface com.helger.tenancy.accarea.IHasAccountingArea
getAccountingArea, getAccountingAreaID, hasSameTenantAndAccountingAreaID, hasSameTenantAndAccountingAreaID
-
Methods inherited from interface com.helger.tenancy.accarea.IHasAccountingAreaID
hasAccountingAreaID, hasSameAccountingAreaID
-
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.tenant.IHasTenant
hasSameTenant, hasSameTenantID, hasTenant, hasTenantID
-
Methods inherited from interface com.helger.tenancy.tenant.IHasTenantID
hasSameTenantID
-
Methods inherited from interface com.helger.tenancy.tenant.ITenantObject
getTenant, getTenantID
-
-