Interface ICustomIdHolder<E extends Serializable>

All Known Subinterfaces:
IIdAndCodeHolder, IIdHolder, IStringIdHolder, IVocabularyTermUpdates, IVocabularyUpdates
All Known Implementing Classes:
ComplexIdHolder, DataSet, Experiment, Metaproject, Sample, StringId, TechId, Vocabulary, VocabularyTerm

public interface ICustomIdHolder<E extends Serializable>
Read-only interface for beans with a unique technical Id.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the technical ID of this instance.
  • Method Details

    • getId

      E getId()
      Returns the technical ID of this instance.
      Returns:
      null if there is no Id.