Class Submitter

java.lang.Object
com.genologics.ri.sample.Submitter
All Implemented Interfaces:
LimsLink<Researcher>, Linkable<Researcher>, Locatable, Serializable

public class Submitter extends Object implements LimsLink<Researcher>, Serializable
Submitter is a child element of Sample and provides a URI linking to the detailed representation of the submitter for the Sample.
See Also:
  • Field Details

    • firstName

      protected String firstName
    • lastName

      protected String lastName
    • uri

      protected URI uri
  • Constructor Details

    • Submitter

      public Submitter()
    • Submitter

      public Submitter(URI uri)
    • Submitter

      public Submitter(Linkable<Researcher> link)
  • Method Details

    • getEntityClass

      public Class<Researcher> getEntityClass()
      Description copied from interface: LimsLink
      Get the class of the true, full LIMS entity this object links to.
      Specified by:
      getEntityClass in interface LimsLink<Researcher>
      Returns:
      The real object class.
    • getFirstName

      public String getFirstName()
    • setFirstName

      public void setFirstName(String firstName)
    • getLastName

      public String getLastName()
    • setLastName

      public void setLastName(String lastName)
    • getUri

      public URI getUri()
      Description copied from interface: LimsLink
      Get the URI of the object we are linking to.
      Specified by:
      getUri in interface LimsLink<Researcher>
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • toString

      public String toString()
      Overrides:
      toString in class Object