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, 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, getContentAsMap
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 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 MapAnnotation
public void setContent(Collection<? extends Map.Entry<String,String>> pairs)
setContent
in interface MapAnnotation
pairs
- Collection of Key-Value pairs.Copyright © 2020–2023 GReD. All rights reserved.