java.lang.Object
com.genologics.ri.artifact.DemuxArtifactSample
- All Implemented Interfaces:
LimsEntityLink<Sample>,LimsEntityLinkable<Sample>,LimsLink<Sample>,Linkable<Sample>,Locatable,Serializable
The details of a sample that is part of a pooled artifact.
- Since:
- 2.26
- See Also:
-
Field Details
-
uri
-
limsid
-
-
Constructor Details
-
DemuxArtifactSample
public DemuxArtifactSample() -
DemuxArtifactSample
-
-
Method Details
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Sample>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Sample>- Parameters:
limsid- The new LIMS id.
-
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Sample>- Returns:
- The real object class.
-
toString
-