Class ObjectIdentity

All Implemented Interfaces:
Identifiable, Serializable

public class ObjectIdentity extends AbstractIdentifiable
Uniquely identifies an object anywhere in the system. It is a combination of identifier and object type.
Since:
1.2
See Also:
  • Constructor Details

    • ObjectIdentity

      public ObjectIdentity(String typeId, String id)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the object identity instances returned by the API.
      Parameters:
      typeId - the object type of this object identity.
      id - the unique identifier for the object instance.
  • Method Details