public class TextualAnnotationWrapper extends AnnotationWrapper<TextualAnnotationData> implements TextualAnnotation
Wraps function calls to the TextualAnnotationData contained.
data
Constructor and Description |
---|
TextualAnnotationWrapper(String text)
Creates a new Textual Annotation with the provided text.
|
TextualAnnotationWrapper(TextualAnnotationData object)
Constructor of the TextualAnnotationWrapper class.
|
Modifier and Type | Method and Description |
---|---|
String |
getText()
Returns the text of this annotation.
|
void |
setText(String text)
Sets the text.
|
getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpace
asDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, getUpdated, saveAndUpdate, toString, wrap, wrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asDataObject
countAnnotationLinks, getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpace
canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, distinct, flatten, getCreated, getElementsOf, getGroupId, getId, getOwner, getUpdated, saveAndUpdate
public TextualAnnotationWrapper(TextualAnnotationData object)
object
- TextualAnnotationData to be wrap.public TextualAnnotationWrapper(String text)
text
- Textual Annotation to be contained.public String getText()
getText
in interface TextualAnnotation
public void setText(String text)
setText
in interface TextualAnnotation
text
- The value to set.Copyright © 2020–2023 GReD. All rights reserved.