public class TagAnnotationWrapper extends AnnotationWrapper<TagAnnotationData> implements TagAnnotation
Wraps function calls to the TagAnnotationData contained.
data| Constructor and Description |
|---|
TagAnnotationWrapper(DataManager dm,
String name,
String description)
Constructor of the TagAnnotationWrapper class.
|
TagAnnotationWrapper(TagAnnotationData tag)
Constructor of the TagAnnotationWrapper class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the TagData.
|
void |
setName(String name)
Sets the name of the TagData.
|
getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpaceasDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, getUpdated, saveAndUpdate, toString, wrap, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasDataObjectcountAnnotationLinks, getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpacecanAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, distinct, flatten, getCreated, getElementsOf, getGroupId, getId, getOwner, getUpdated, saveAndUpdatepublic TagAnnotationWrapper(TagAnnotationData tag)
tag - TagAnnotationData to wrap.public TagAnnotationWrapper(DataManager dm, String name, String description) throws ServiceException, AccessException, ExecutionException
dm - The data manager.name - Annotation name.description - Tag description.ServiceException - Cannot connect to OMERO.AccessException - Cannot access data.ExecutionException - A Facility can't be retrieved or instantiated.public String getName()
getName in interface TagAnnotationpublic void setName(String name)
setName in interface TagAnnotationname - The name of the TagData. Mustn't be null.IllegalArgumentException - If the name is null.Copyright © 2020–2023 GReD. All rights reserved.