java.lang.Object
com.genologics.ri.sample.ProjectLink
- All Implemented Interfaces:
LimsEntityLink<Project>
,LimsEntityLinkable<Project>
,LimsLink<Project>
,Linkable<Project>
,Locatable
,Serializable
Project is a child element of Sample and provides a URI linking to the
detailed representation of the Project for the Sample.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProjectLink
(LimsEntityLinkable<Project> link) ProjectLink
(URI uri) ProjectLink
(URI uri, String limsid) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
-
limsid
-
-
Constructor Details
-
ProjectLink
public ProjectLink() -
ProjectLink
-
ProjectLink
-
ProjectLink
-
-
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<Project>
- 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<Project>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Project>
- Parameters:
value
- The new LIMS id.
-
toString
-