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