public abstract class AbstractObjectWithCustomAttrs extends AbstractBaseObjectWithCustomAttrs
IObjectWithCustomAttrs that handles
everything except IHasObjectType.getObjectType().| Constructor and Description |
|---|
AbstractObjectWithCustomAttrs(IObject aObject,
Map<String,String> aCustomAttrs) |
AbstractObjectWithCustomAttrs(IObjectWithCustomAttrs aObject) |
AbstractObjectWithCustomAttrs(String sID,
org.joda.time.LocalDateTime aCreationDT,
String sCreationUserID,
org.joda.time.LocalDateTime aLastModificationDT,
String sLastModificationUserID,
org.joda.time.LocalDateTime aDeletionDT,
String sDeletionUserID,
Map<String,String> aCustomAttrs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getAllAttributes, getAttributes, getMutableAttributes, toStringgetCreationDateTime, getCreationUserID, getDeletionDateTime, getDeletionUserID, getID, getLastModificationDateTime, getLastModificationUserID, isDeleted, isDeleted, setDeletion, setLastModification, setUndeletionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreationDateTime, getCreationUserID, isDeleted, isDeletedgetLastModificationUserIDgetLastModificationDateTimegetDeletionUserIDpublic AbstractObjectWithCustomAttrs(@Nonnull IObjectWithCustomAttrs aObject)
public AbstractObjectWithCustomAttrs(@Nonnull IObject aObject, @Nullable Map<String,String> aCustomAttrs)
public AbstractObjectWithCustomAttrs(@Nonnull @Nonempty String sID, @Nullable org.joda.time.LocalDateTime aCreationDT, @Nullable String sCreationUserID, @Nullable org.joda.time.LocalDateTime aLastModificationDT, @Nullable String sLastModificationUserID, @Nullable org.joda.time.LocalDateTime aDeletionDT, @Nullable String sDeletionUserID, @Nullable Map<String,String> aCustomAttrs)
Copyright © 2014–2015 Philip Helger. All rights reserved.