Package com.helger.tenancy.datetime
Interface IHasLastModificationInfo
-
- All Superinterfaces:
com.helger.datetime.domain.IHasLastModificationDateTime
- All Known Subinterfaces:
IAccountingArea,IAccountingAreaObject,IBusinessObject,ITenant,ITenantObject
- All Known Implementing Classes:
AbstractAccountingArea,AbstractBusinessObject,AbstractTenantObject
public interface IHasLastModificationInfo extends com.helger.datetime.domain.IHasLastModificationDateTimeBase interface for an object that has a date time and a user ID.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetLastModificationUserID()default booleanhasLastModificationUserID()
-
-
-
Method Detail
-
getLastModificationUserID
@Nullable String getLastModificationUserID()
- Returns:
- The user ID who last modified the object or
nullif this object has not yet been modified.
-
hasLastModificationUserID
default boolean hasLastModificationUserID()
- Returns:
trueif a last modification user is present,falseif not.- Since:
- 6.1.1
-
-