Interface IDed<I>

All Known Subinterfaces:
User<I>
All Known Implementing Classes:
AbstractPrincipal, DefaultComparableIDNamed, DefaultIDed, DefaultIDNamed, DefaultIDNameDescriptioned, MediaType.Parameter, NameValuePair, NameValuePairMapEntry, URIQueryParameter

public interface IDed<I>
An object that can be identified by an ID.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getID

      I getID()
      Returns:
      The identifier, preferably unique, of the object; or null if the object has no ID.