| Interface | Description |
|---|---|
| IObject |
Base interface for all objects
|
| IObjectWithCustomAttrs |
Base interface for objects with custom attributes
|
| Class | Description |
|---|---|
| AbstractBaseObject |
Abstract base implementation of
IObject that handles everything
except IHasObjectType.getObjectType(), Object.equals(Object) and
Object.hashCode(). |
| AbstractBaseObjectWithCustomAttrs |
Abstract base implementation of
IObjectWithCustomAttrs that handles
everything except IHasObjectType.getObjectType(), Object.equals(Object) and
Object.hashCode(). |
| AbstractObject |
Abstract base implementation of
IObject that handles everything
except IHasObjectType.getObjectType(). |
| AbstractObjectWithCustomAttrs |
Abstract base implementation of
IObjectWithCustomAttrs that handles
everything except IHasObjectType.getObjectType(). |
Copyright © 2014–2017 Philip Helger. All rights reserved.