de.unidu.is.annotation.rework.ontology.classes.ServiceObjects
Class AnnotationUri

java.lang.Object
  extended byde.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject
      extended byde.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
 
Fields inherited from class de.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject
hasAnnotations, id
 
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 de.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject
getId, getLocalName, hasAnnotations, setHasAnnotation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

title

protected java.lang.String title
Title of the annotation

Constructor Detail

AnnotationUri

public AnnotationUri(java.lang.String annotationId)
Creates a new annotation uri with the specified id

Method Detail

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