Interface IIdHolder

All Known Subinterfaces:
IColumn, IColumn, IEntity, IFluentMutableIdHolder<H>, IItemMenuItem<I>, IMutableIdHolder, ITable<E>, ITable
All Known Implementing Classes:
AbstractEntity, Column, Column, Entity, GeneralEntity, ItemMenuItem, Table, Table

public interface IIdHolder
A IIdHolder has an id.
Author:
Silvan Wyss
  • Method Details

    • getId

      String getId()
      Returns:
      the id of the current IIdHolder.
    • getIdInQuotes

      default String getIdInQuotes()
      Returns:
      the id of the current IIdHolder in quotes.
    • hasId

      default boolean hasId(String id)
      Parameters:
      id -
      Returns:
      true if the current IIdHolder has the given id, false otherwise.