de.unidu.is.annotation.rework.ontology.classes.ServiceObjects
Class AnnotationUri
java.lang.Object
de.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject
de.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotationUri
- public class AnnotationUri
- extends AnnotableObject
AnnotationUri.java
Represents the URI and the title of an annotation.
- Author:
- Marc Lechtenfeld
- See Also:
Annotation
|
Field Summary |
protected java.lang.String |
title
Title of the annotation |
|
Constructor Summary |
AnnotationUri(java.lang.String annotationId)
Creates a new annotation uri with the specified id |
|
Method Summary |
java.lang.String |
getTitle()
Returns the title of the annotation |
void |
setTitle(java.lang.String title)
Sets the title of the annotation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
title
protected java.lang.String title
- Title of the annotation
AnnotationUri
public AnnotationUri(java.lang.String annotationId)
- Creates a new annotation uri with the specified id
getTitle
public java.lang.String getTitle()
- Returns the title of the annotation
- Returns:
- Title of the annotation
setTitle
public void setTitle(java.lang.String title)
- Sets the title of the annotation
- Parameters:
title - Title of the annotation