public class RatingAnnotationWrapper extends AnnotationWrapper<RatingAnnotationData> implements RatingAnnotation
Wraps function calls to the RatingAnnotationData contained.
dataLEVEL_FIVE, LEVEL_FOUR, LEVEL_ONE, LEVEL_THREE, LEVEL_TWO, LEVEL_ZERO| Constructor and Description |
|---|
RatingAnnotationWrapper(int value)
Creates a new Textual Annotation with the provided text.
|
RatingAnnotationWrapper(RatingAnnotationData object)
Constructor of the RatingAnnotationWrapper class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRating()
Returns the rating value.
|
void |
setRating(int value)
Sets the rating value.
|
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 RatingAnnotationWrapper(RatingAnnotationData object)
object - RatingAnnotationData to wrap.public RatingAnnotationWrapper(int value)
value - The rating value. One of the constants defined by this class.public int getRating()
getRating in interface RatingAnnotationpublic void setRating(int value)
setRating in interface RatingAnnotationvalue - The value to set. Must be one of the constants defined by this class.Copyright © 2020–2023 GReD. All rights reserved.