| Package | Description |
|---|---|
| com.helger.commons.type |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
TypedObject.getObjectType() |
ObjectType |
IHasObjectType.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectType.compareTo(ObjectType aObjType) |
static <IDTYPE extends Serializable> |
TypedObject.create(ObjectType aObjectType,
IDTYPE aID)
Factory method
|
default boolean |
IHasObjectType.hasObjectType(ObjectType aOT)
Check if this object has the provided
ObjectType. |
| Constructor and Description |
|---|
TypedObject(ObjectType aObjectType,
IDTYPE aID)
Constructor.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.