Class SemanticAnnotationCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.semanticannotation.create.SemanticAnnotationCreation
- All Implemented Interfaces:
ICreation,IObjectCreation,Serializable
@JsonObject("as.dto.semanticannotation.create.SemanticAnnotationCreation")
public class SemanticAnnotationCreation
extends Object
implements ICreation, IObjectCreation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.voidsetDescriptorAccessionId(String descriptorAccessionId) Deprecated.voidsetDescriptorOntologyId(String descriptorOntologyId) Deprecated.voidsetDescriptorOntologyVersion(String descriptorOntologyVersion) Deprecated.voidsetEntityTypeId(IEntityTypeId entityTypeId) voidsetPredicateAccessionId(String predicateAccessionId) voidsetPredicateOntologyId(String predicateOntologyId) voidsetPredicateOntologyVersion(String predicateOntologyVersion) voidsetPropertyAssignmentId(IPropertyAssignmentId propertyAssignmentId) voidsetPropertyTypeId(IPropertyTypeId propertyTypeId) toString()
-
Constructor Details
-
SemanticAnnotationCreation
public SemanticAnnotationCreation()
-
-
Method Details
-
getEntityTypeId
-
setEntityTypeId
-
getPropertyTypeId
-
setPropertyTypeId
-
getPropertyAssignmentId
-
setPropertyAssignmentId
-
getPredicateOntologyId
-
setPredicateOntologyId
-
getPredicateOntologyVersion
-
setPredicateOntologyVersion
-
getPredicateAccessionId
-
setPredicateAccessionId
-
getDescriptorOntologyId
Deprecated. -
setDescriptorOntologyId
Deprecated. -
getDescriptorOntologyVersion
Deprecated. -
setDescriptorOntologyVersion
Deprecated. -
getDescriptorAccessionId
Deprecated. -
setDescriptorAccessionId
Deprecated. -
toString
-