public abstract class AbstractObject extends AbstractBaseObject
IObject that handles everything
except IHasObjectType.getObjectType().| Constructor and Description |
|---|
AbstractObject(IObject aObject) |
AbstractObject(String sID,
LocalDateTime aCreationDT,
String sCreationUserID,
LocalDateTime aLastModificationDT,
String sLastModificationUserID,
LocalDateTime aDeletionDT,
String sDeletionUserID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getCreationDateTime, getCreationUserID, getDeletionDateTime, getDeletionUserID, getID, getLastModificationDateTime, getLastModificationUserID, setDeletion, setLastModification, setUndeletion, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisDeleted, isDeleted, isLastChangeAftergetObjectType, hasObjectTypepublic AbstractObject(@Nonnull @Nonempty String sID, @Nullable LocalDateTime aCreationDT, @Nullable String sCreationUserID, @Nullable LocalDateTime aLastModificationDT, @Nullable String sLastModificationUserID, @Nullable LocalDateTime aDeletionDT, @Nullable String sDeletionUserID)
Copyright © 2014–2017 Philip Helger. All rights reserved.