Package com.helger.phase4.model.mpc
Interface IMPC
- All Superinterfaces:
com.helger.tenancy.IBusinessObject,com.helger.datetime.domain.IHasCreationDateTime,com.helger.tenancy.datetime.IHasCreationInfo,com.helger.datetime.domain.IHasDeletionDateTime,com.helger.tenancy.datetime.IHasDeletionInfo,com.helger.commons.id.IHasID<String>,com.helger.datetime.domain.IHasLastModificationDateTime,com.helger.tenancy.datetime.IHasLastModificationInfo,com.helger.commons.type.IHasObjectType,com.helger.commons.type.ITypedObject<String>
- All Known Implementing Classes:
MPC
public interface IMPC
extends com.helger.tenancy.IBusinessObject
MPC - Message Partition Channel
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.tenancy.IBusinessObject
attrs, getLastChangeDateTime, isDeleted, isLastChangeAfter, isNotDeletedMethods inherited from interface com.helger.datetime.domain.IHasCreationDateTime
getCreationDate, getCreationDateTime, getCreationTime, hasCreationDateTime, isCreatedAtMethods inherited from interface com.helger.tenancy.datetime.IHasCreationInfo
getCreationUserID, hasCreationUserIDMethods inherited from interface com.helger.datetime.domain.IHasDeletionDateTime
getDeletionDate, getDeletionDateTime, getDeletionTime, hasDeletionDateTime, isDeletedAtMethods inherited from interface com.helger.tenancy.datetime.IHasDeletionInfo
getDeletionUserID, hasDeletionUserIDMethods inherited from interface com.helger.commons.id.IHasID
getIDMethods inherited from interface com.helger.datetime.domain.IHasLastModificationDateTime
getLastModificationDate, getLastModificationDateTime, getLastModificationTime, hasLastModificationDateTime, isLastModifiedAtMethods inherited from interface com.helger.tenancy.datetime.IHasLastModificationInfo
getLastModificationUserID, hasLastModificationUserIDMethods inherited from interface com.helger.commons.type.IHasObjectType
getObjectType, getObjectTypeName, hasObjectType