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:LimsLink
Get the URI of the object we are linking to. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<Sample>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Sample>
- Parameters:
limsid
- The new LIMS id.
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Sample>
- Returns:
- The real object class.
-
toString
-