Interface IdHolder

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

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

    • getId

      String getId()
      Returns:
      the id of the current IdHolder
    • getIdInSingleQuotes

      default String getIdInSingleQuotes()
      Returns:
      the id of the current IdHolder in single quotes
    • hasId

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