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,
LocalDateTime aCreationDT,
String sCreationUserID,
LocalDateTime aLastModificationDT,
String sLastModificationUserID,
LocalDateTime aDeletionDT,
String sDeletionUserID,
Map<String,String> aCustomAttrs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getMutableAttributes, toStringgetCreationDateTime, getCreationUserID, getDeletionDateTime, getDeletionUserID, getID, getLastModificationDateTime, getLastModificationUserID, setDeletion, setLastModification, setUndeletionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreationDateTime, getCreationUserID, isDeleted, isDeleted, isLastChangeAftergetObjectType, hasObjectTypegetLastModificationUserIDgetLastModificationDateTime, hasLastModificationDateTimegetDeletionUserIDgetDeletionDateTime, hasDeletionDateTimepublic AbstractObjectWithCustomAttrs(@Nonnull IObjectWithCustomAttrs aObject)
public AbstractObjectWithCustomAttrs(@Nonnull IObject aObject, @Nullable Map<String,String> aCustomAttrs)
public AbstractObjectWithCustomAttrs(@Nonnull @Nonempty String sID, @Nullable LocalDateTime aCreationDT, @Nullable String sCreationUserID, @Nullable LocalDateTime aLastModificationDT, @Nullable String sLastModificationUserID, @Nullable LocalDateTime aDeletionDT, @Nullable String sDeletionUserID, @Nullable Map<String,String> aCustomAttrs)
Copyright © 2014–2017 Philip Helger. All rights reserved.