Class TermAnnotationData


  • public class TermAnnotationData
    extends AnnotationData
    Defines a Term Annotation.
    Since:
    Beta4.2
    • Constructor Detail

      • TermAnnotationData

        public TermAnnotationData​(java.lang.String term)
        Creates a new instance.
        Parameters:
        term - The value to set.
      • TermAnnotationData

        public TermAnnotationData​(omero.model.TermAnnotation annotation)
        Creates a new instance.
        Parameters:
        annotation - The value to set.
    • Method Detail

      • setTerm

        public void setTerm​(java.lang.String term)
        Sets the term.
        Parameters:
        term - The value to set.
      • getTerm

        public java.lang.String getTerm()
        Returns the term.
        Returns:
        See above.
      • getTermDescription

        public java.lang.String getTermDescription()
        Returns the description of the term.
        Returns:
        See above.
      • setTermDescription

        public void setTermDescription​(java.lang.String value)
        Sets the description of the tag.
        Parameters:
        value - The value to set.