Package com.helger.phase4.model.mpc
Class MPC
java.lang.Object
com.helger.tenancy.AbstractBusinessObject
com.helger.phase4.model.mpc.MPC
- All Implemented Interfaces:
com.helger.commons.id.IHasID<String>,com.helger.commons.type.IHasObjectType,com.helger.commons.type.ITypedObject<String>,com.helger.datetime.domain.IHasCreationDateTime,com.helger.datetime.domain.IHasDeletionDateTime,com.helger.datetime.domain.IHasLastModificationDateTime,IMPC,com.helger.tenancy.datetime.IHasCreationInfo,com.helger.tenancy.datetime.IHasDeletionInfo,com.helger.tenancy.datetime.IHasLastModificationInfo,com.helger.tenancy.IBusinessObject,Serializable
Default implementation for an MPC
- Author:
- Philip Helger
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.tenancy.AbstractBusinessObject
attrs, equals, getCreationDateTime, getCreationUserID, getDeletionDateTime, getDeletionUserID, getID, getLastModificationDateTime, getLastModificationUserID, hashCode, setDeletion, setLastModification, setUndeletion, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
getObjectTypeName, hasObjectType
-
Field Details
-
OT
public static final com.helger.commons.type.ObjectType OT
-
-
Constructor Details
-
MPC
-
MPC
-
-
Method Details
-
getObjectType
- Specified by:
getObjectTypein interfacecom.helger.commons.type.IHasObjectType
-