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
-
Method Details
-
getId
E getId()Returns the technical ID of this instance.- Returns:
nullif there is no Id.
-