public class MapAnnotationWrapper extends AnnotationWrapper<MapAnnotationData> implements MapAnnotation
Wraps function calls to the MapAnnotationData contained.
data| Constructor and Description |
|---|
MapAnnotationWrapper()
Constructor of the MapAnnotationWrapper class.
|
MapAnnotationWrapper(Collection<? extends Map.Entry<String,String>> pairs)
Constructor of the MapAnnotationWrapper class.
|
MapAnnotationWrapper(MapAnnotationData data)
Constructor of the MapAnnotationWrapper class.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map.Entry<String,String>> |
getContent()
Gets the List of Key-Value pairs contained in the map annotation.
|
void |
setContent(Collection<? extends Map.Entry<String,String>> pairs)
Sets the content of the map annotation.
|
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, waitasDataObject, getContentAsMapcountAnnotationLinks, 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 MapAnnotationWrapper(MapAnnotationData data)
data - MapAnnotationData to wrap.public MapAnnotationWrapper(Collection<? extends Map.Entry<String,String>> pairs)
pairs - List of Key-Value pairs.public MapAnnotationWrapper()
public List<Map.Entry<String,String>> getContent()
getContent in interface MapAnnotationpublic void setContent(Collection<? extends Map.Entry<String,String>> pairs)
setContent in interface MapAnnotationpairs - Collection of Key-Value pairs.Copyright © 2020–2023 GReD. All rights reserved.