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, 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 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 TagAnnotation
public void setName(String name)
setName
in interface TagAnnotation
name
- The name of the TagData. Mustn't be null
.IllegalArgumentException
- If the name is null
.Copyright © 2020–2023 GReD. All rights reserved.