Interface IdAccessor<T>

Type Parameters:
T - The type of the ID to be accessed.
All Known Subinterfaces:
IdAccessor.IdProperty<T>

public interface IdAccessor<T>
Provides an accessor for a ID property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a ID property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a ID property.
    static interface 
    Provides a ID property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the ID from the ID property.
  • Method Details

    • getId

      T getId()
      Retrieves the ID from the ID property.
      Returns:
      The ID stored by the ID property.