Class ImagingSemanticAnnotation

java.lang.Object
ch.ethz.sis.openbis.generic.imagingapi.v3.dto.ImagingSemanticAnnotation
All Implemented Interfaces:
Serializable

@JsonObject("imaging.dto.ImagingSemanticAnnotation") public class ImagingSemanticAnnotation extends Object implements Serializable
See Also:
  • Constructor Details

    • ImagingSemanticAnnotation

      public ImagingSemanticAnnotation()
  • Method Details

    • getOntologyId

      public String getOntologyId()
    • setOntologyId

      public void setOntologyId(String ontologyId)
    • getOntologyVersion

      public String getOntologyVersion()
    • setOntologyVersion

      public void setOntologyVersion(String ontologyVersion)
    • getOntologyAnnotationId

      public String getOntologyAnnotationId()
    • setOntologyAnnotationId

      public void setOntologyAnnotationId(String ontologyAnnotationId)
    • toString

      public String toString()
      Overrides:
      toString in class Object