Package com.helger.commons.type


package com.helger.commons.type
  • Class
    Description
    Base interface for all objects having a certain ObjectType.
    ITypedObject<IDTYPE>
    Base interface for objects having an ObjectType and an ID.
    This class encapsulates an internal object type.
    Note: it is not based on an interface, because this may lead to difficulties comparing different object type implementations of the same interface.
    TypedObject<IDTYPE>
    Base implementation of an object that has an ObjectType and an ID.