Package fr.igred.omero.annotations
Class TextualAnnotationWrapper
java.lang.Object
fr.igred.omero.GenericObjectWrapper<T>
fr.igred.omero.annotations.GenericAnnotationWrapper<TextualAnnotationData>
fr.igred.omero.annotations.TextualAnnotationWrapper
Class containing a TextualAnnotationData object.
Wraps function calls to the TextualAnnotationData contained.
-
Field Summary
Fields inherited from class fr.igred.omero.GenericObjectWrapper
data
-
Constructor Summary
ConstructorDescriptionCreates a new Textual Annotation with the provided text.Constructor of the TextualAnnotationWrapper class. -
Method Summary
Methods inherited from class fr.igred.omero.annotations.GenericAnnotationWrapper
countAnnotationLinks, getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpace
Methods inherited from class fr.igred.omero.GenericObjectWrapper
asDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, delete, distinct, flatten, getCreated, getGroupId, getId, getOwner, getUpdated, saveAndUpdate, toString, wrap, wrap
-
Constructor Details
-
TextualAnnotationWrapper
Constructor of the TextualAnnotationWrapper class.- Parameters:
object
- TextualAnnotationData to be wrap.
-
TextualAnnotationWrapper
Creates a new Textual Annotation with the provided text.- Parameters:
text
- Textual Annotation to be contained.
-
-
Method Details
-
getText
Returns the text of this annotation.- Returns:
- See above.
-
setText
Sets the text.- Parameters:
text
- The value to set.
-