Interface LimsEntity<E extends LimsEntity<E>>

Type Parameters:
E - The type of the entity implementing this interface (a self reference).
All Superinterfaces:
LimsEntityLinkable<E>, Linkable<E>, Locatable
All Known Implementing Classes:
Artifact, ClarityFile, ClarityProcess, Container, Instrument, Lab, ProcessStep, Project, ReagentLot, ReagentType, Researcher, Sample

public interface LimsEntity<E extends LimsEntity<E>> extends LimsEntityLinkable<E>
Interface for all objects that are real LIMS entities (i.e. not links or other references).