java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.semanticannotation.SemanticAnnotation
All Implemented Interfaces:
IPermIdHolder, Serializable

@JsonObject("as.dto.semanticannotation.SemanticAnnotation") public class SemanticAnnotation extends Object implements Serializable, IPermIdHolder
See Also:
  • Constructor Details

    • SemanticAnnotation

      public SemanticAnnotation()
  • Method Details

    • getFetchOptions

      public SemanticAnnotationFetchOptions getFetchOptions()
    • setFetchOptions

      public void setFetchOptions(SemanticAnnotationFetchOptions fetchOptions)
    • getEntityType

      public IEntityType getEntityType()
    • setEntityType

      public void setEntityType(IEntityType entityType)
    • getPropertyType

      public PropertyType getPropertyType()
    • setPropertyType

      public void setPropertyType(PropertyType propertyType)
    • getPropertyAssignment

      public PropertyAssignment getPropertyAssignment()
    • setPropertyAssignment

      public void setPropertyAssignment(PropertyAssignment propertyAssignment)
    • getPermId

      public SemanticAnnotationPermId getPermId()
      Specified by:
      getPermId in interface IPermIdHolder
    • setPermId

      public void setPermId(SemanticAnnotationPermId permId)
    • getPredicateOntologyId

      public String getPredicateOntologyId()
    • setPredicateOntologyId

      public void setPredicateOntologyId(String predicateOntologyId)
    • getPredicateOntologyVersion

      public String getPredicateOntologyVersion()
    • setPredicateOntologyVersion

      public void setPredicateOntologyVersion(String predicateOntologyVersion)
    • getPredicateAccessionId

      public String getPredicateAccessionId()
    • setPredicateAccessionId

      public void setPredicateAccessionId(String predicateAccessionId)
    • getDescriptorOntologyId

      @Deprecated public String getDescriptorOntologyId()
      Deprecated.
    • setDescriptorOntologyId

      @Deprecated public void setDescriptorOntologyId(String descriptorOntologyId)
      Deprecated.
    • getDescriptorOntologyVersion

      @Deprecated public String getDescriptorOntologyVersion()
      Deprecated.
    • setDescriptorOntologyVersion

      @Deprecated public void setDescriptorOntologyVersion(String descriptorOntologyVersion)
      Deprecated.
    • getDescriptorAccessionId

      @Deprecated public String getDescriptorAccessionId()
      Deprecated.
    • setDescriptorAccessionId

      @Deprecated public void setDescriptorAccessionId(String descriptorAccessionId)
      Deprecated.
    • getCreationDate

      public Date getCreationDate()
    • setCreationDate

      public void setCreationDate(Date creationDate)
    • toString

      public String toString()
      Overrides:
      toString in class Object