java.lang.Object
com.genologics.ri.sample.ArtifactLink
- All Implemented Interfaces:
LimsEntityLink<Artifact>
,LimsEntityLinkable<Artifact>
,LimsLink<Artifact>
,Linkable<Artifact>
,Locatable
,Serializable
Artifact is a child element of Sample and provides a URI linking to the
detailed representation of the artifact for the Sample.
- See Also:
-
Field Details
-
uri
-
limsid
-
-
Constructor Details
-
ArtifactLink
public ArtifactLink() -
ArtifactLink
-
ArtifactLink
-
ArtifactLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Artifact>
- Returns:
- The real object class.
-
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<Artifact>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Artifact>
- Parameters:
value
- The new LIMS id.
-
toString
-