Class ProjectLink

java.lang.Object
com.genologics.ri.sample.ProjectLink
All Implemented Interfaces:
LimsEntityLink<Project>, LimsEntityLinkable<Project>, LimsLink<Project>, Linkable<Project>, Locatable, Serializable

public class ProjectLink extends Object implements LimsEntityLink<Project>, 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 Details

    • uri

      protected URI uri
    • limsid

      protected String limsid
  • Constructor Details

    • ProjectLink

      public ProjectLink()
    • ProjectLink

      public ProjectLink(URI uri)
    • ProjectLink

      public ProjectLink(URI uri, String limsid)
    • ProjectLink

      public ProjectLink(LimsEntityLinkable<Project> link)
  • Method Details