public interface TagAnnotation extends Annotation
Modifier and Type | Method and Description |
---|---|
TagAnnotationData |
asDataObject()
Returns a
TagAnnotationData corresponding to the handled object. |
String |
getName()
Gets the name of the tag.
|
void |
setName(String name)
Sets the name of the tag.
|
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
TagAnnotationData asDataObject()
TagAnnotationData
corresponding to the handled object.asDataObject
in interface Annotation
asDataObject
in interface RemoteObject
String getName()
void setName(String name)
name
- The name of the tag. Mustn't be null
.IllegalArgumentException
- If the name is null
.Copyright © 2020–2023 GReD. All rights reserved.