Class ProjectLink

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

public class ProjectLink extends Object implements LimsEntityLink<Project>, Serializable
Project-link is a child element type of projects and provides a URI linking to the detailed representation of a project.
See Also:
  • Field Details

    • name

      protected String name
    • limsid

      protected String limsid
    • uri

      protected URI uri
  • Constructor Details

    • ProjectLink

      public ProjectLink()
    • ProjectLink

      public ProjectLink(URI uri)
    • ProjectLink

      public ProjectLink(URI uri, String limsid)
    • ProjectLink

      public ProjectLink(URI uri, String limsid, String name)
    • ProjectLink

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