Package fr.igred.omero.annotations
Class TextualAnnotationWrapper
- java.lang.Object
-
- fr.igred.omero.ObjectWrapper<T>
-
- fr.igred.omero.annotations.AnnotationWrapper<TextualAnnotationData>
-
- fr.igred.omero.annotations.TextualAnnotationWrapper
-
- All Implemented Interfaces:
Annotation
,TextualAnnotation
,ContainerLinked
,HCSLinked
,ImageLinked
,RemoteObject
public class TextualAnnotationWrapper extends AnnotationWrapper<TextualAnnotationData> implements TextualAnnotation
Class containing a TextualAnnotationData object.Wraps function calls to the TextualAnnotationData contained.
-
-
Field Summary
-
Fields inherited from class fr.igred.omero.ObjectWrapper
data
-
-
Constructor Summary
Constructors Constructor Description TextualAnnotationWrapper(java.lang.String text)
Creates a new Textual Annotation with the provided text.TextualAnnotationWrapper(TextualAnnotationData object)
Constructor of the TextualAnnotationWrapper class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
Returns the text of this annotation.void
setText(java.lang.String text)
Sets the text.-
Methods inherited from class fr.igred.omero.annotations.AnnotationWrapper
getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpace
-
Methods inherited from class fr.igred.omero.ObjectWrapper
asDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, saveAndUpdate, toString, wrap, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface fr.igred.omero.annotations.Annotation
countAnnotationLinks, getDescription, getFolders, getLastModified, getNameSpace, setDescription, setNameSpace
-
Methods inherited from interface fr.igred.omero.ContainerLinked
getDatasets, getProjects
-
Methods inherited from interface fr.igred.omero.HCSLinked
getPlateAcquisitions, getPlates, getScreens, getWells
-
Methods inherited from interface fr.igred.omero.ImageLinked
getImages
-
Methods inherited from interface fr.igred.omero.RemoteObject
canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, saveAndUpdate
-
Methods inherited from interface fr.igred.omero.annotations.TextualAnnotation
asDataObject
-
-
-
-
Constructor Detail
-
TextualAnnotationWrapper
public TextualAnnotationWrapper(TextualAnnotationData object)
Constructor of the TextualAnnotationWrapper class.- Parameters:
object
- TextualAnnotationData to be wrap.
-
TextualAnnotationWrapper
public TextualAnnotationWrapper(java.lang.String text)
Creates a new Textual Annotation with the provided text.- Parameters:
text
- Textual Annotation to be contained.
-
-
Method Detail
-
getText
public java.lang.String getText()
Returns the text of this annotation.- Specified by:
getText
in interfaceTextualAnnotation
- Returns:
- See above.
-
setText
public void setText(java.lang.String text)
Sets the text.- Specified by:
setText
in interfaceTextualAnnotation
- Parameters:
text
- The value to set.
-
-