Class SemanticAnnotationUpdate
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.semanticannotation.update.SemanticAnnotationUpdate
- All Implemented Interfaces:
IObjectUpdate<ISemanticAnnotationId>,IUpdate,Serializable
@JsonObject("as.dto.semanticannotation.update.SemanticAnnotationUpdate")
public class SemanticAnnotationUpdate
extends Object
implements IUpdate, IObjectUpdate<ISemanticAnnotationId>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescriptorAccessionId(String descriptorAccessionId) voidsetDescriptorOntologyId(String descriptorOntologyId) voidsetDescriptorOntologyVersion(String descriptorOntologyVersion) voidsetPredicateAccessionId(String predicateAccessionId) voidsetPredicateOntologyId(String predicateOntologyId) voidsetPredicateOntologyVersion(String predicateOntologyVersion) voidsetSemanticAnnotationId(ISemanticAnnotationId semanticAnnotationId) toString()
-
Constructor Details
-
SemanticAnnotationUpdate
public SemanticAnnotationUpdate()
-
-
Method Details
-
getObjectId
- Specified by:
getObjectIdin interfaceIObjectUpdate<ISemanticAnnotationId>
-
getSemanticAnnotationId
-
setSemanticAnnotationId
-
setPredicateOntologyId
-
getPredicateOntologyId
-
setPredicateOntologyVersion
-
getPredicateOntologyVersion
-
setPredicateAccessionId
-
getPredicateAccessionId
-
setDescriptorOntologyId
-
getDescriptorOntologyId
-
setDescriptorOntologyVersion
-
getDescriptorOntologyVersion
-
setDescriptorAccessionId
-
getDescriptorAccessionId
-
toString
-