public abstract class AbstractObject extends AbstractBaseObject
IObject that handles everything
except IHasType.getTypeID().| Constructor and Description |
|---|
AbstractObject(IObject aObject) |
AbstractObject(String sID,
org.joda.time.DateTime aCreationDT,
String sCreationUserID,
org.joda.time.DateTime aLastModificationDT,
String sLastModificationUserID,
org.joda.time.DateTime aDeletionDT,
String sDeletionUserID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getCreationDateTime, getCreationUserID, getDeletionDateTime, getDeletionUserID, getID, getLastModificationDateTime, getLastModificationUserID, isDeleted, isDeleted, isDeleted, setDeletion, setDeletionNow, setLastModification, setLastModificationNow, setUndeletion, setUndeletionNow, toStringpublic AbstractObject(@Nonnull@Nonempty String sID, @Nullable org.joda.time.DateTime aCreationDT, @Nullable String sCreationUserID, @Nullable org.joda.time.DateTime aLastModificationDT, @Nullable String sLastModificationUserID, @Nullable org.joda.time.DateTime aDeletionDT, @Nullable String sDeletionUserID)
Copyright © 2014–2015 Philip Helger. All rights reserved.