Class DatasetsWebService.OntologyTermRef

java.lang.Object
ubic.gemma.rest.DatasetsWebService.OntologyTermRef
Enclosing class:
DatasetsWebService

public static class DatasetsWebService.OntologyTermRef extends Object
An ontology term reference — a human label plus an optional ontology URI. (Named to avoid clashing with the core OntologyTerm.)
Author:
tesarst
  • Constructor Details

    • OntologyTermRef

      public OntologyTermRef()
  • Method Details

    • getLabel

      @Nullable public String getLabel()
    • getUri

      @Nullable public String getUri()
    • setLabel

      public void setLabel(@Nullable String label)
    • setUri

      public void setUri(@Nullable String uri)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object