Class SavedQuery

java.lang.Object
com.genologics.ri.savedquery.SavedQuery
All Implemented Interfaces:
Linkable<SavedQuery>, Locatable, Serializable

public class SavedQuery extends Object implements Linkable<SavedQuery>, Serializable
Since:
2.34
See Also:
  • Field Details

    • name

      protected String name
    • id

      protected String id
    • uri

      protected URI uri
  • Constructor Details

    • SavedQuery

      public SavedQuery()
    • SavedQuery

      public SavedQuery(URI uri)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      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.
    • getLink

      public LimsLink<SavedQuery> getLink()
      Description copied from interface: Linkable
      Get a concrete link object to this Linkable thing.
      Specified by:
      getLink in interface Linkable<SavedQuery>
      Returns:
      A LimsLink to this object.
    • toString

      public String toString()
      Overrides:
      toString in class Object