Interface ITypedObject<IDTYPE>

Type Parameters:
IDTYPE - The type of the ID.
All Superinterfaces:
IHasID<IDTYPE>, IHasObjectType
All Known Implementing Classes:
TypedObject

public interface ITypedObject<IDTYPE> extends IHasObjectType, IHasID<IDTYPE>
Base interface for objects having an ObjectType and an ID.
Author:
Philip Helger