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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProjectLink(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, waitMethods 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:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<Project>- 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<Project>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Project>- Parameters:
value- The new LIMS id.
-
toString
-