Package fr.igred.omero.annotations
Class RatingAnnotationWrapper
- java.lang.Object
- 
- fr.igred.omero.ObjectWrapper<T>
- 
- fr.igred.omero.annotations.AnnotationWrapper<RatingAnnotationData>
- 
- fr.igred.omero.annotations.RatingAnnotationWrapper
 
 
 
- 
- All Implemented Interfaces:
- Annotation,- RatingAnnotation,- ContainerLinked,- HCSLinked,- ImageLinked,- RemoteObject
 
 public class RatingAnnotationWrapper extends AnnotationWrapper<RatingAnnotationData> implements RatingAnnotation Class containing a RatingAnnotationData object.Wraps function calls to the RatingAnnotationData contained. 
- 
- 
Field Summary- 
Fields inherited from class fr.igred.omero.ObjectWrapperdata
 - 
Fields inherited from interface fr.igred.omero.annotations.RatingAnnotationLEVEL_FIVE, LEVEL_FOUR, LEVEL_ONE, LEVEL_THREE, LEVEL_TWO, LEVEL_ZERO
 
- 
 - 
Constructor SummaryConstructors Constructor Description RatingAnnotationWrapper(int value)Creates a new Textual Annotation with the provided text.RatingAnnotationWrapper(RatingAnnotationData object)Constructor of the RatingAnnotationWrapper class.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRating()Returns the rating value.voidsetRating(int value)Sets the rating value.- 
Methods inherited from class fr.igred.omero.annotations.AnnotationWrappergetDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpace
 - 
Methods inherited from class fr.igred.omero.ObjectWrapperasDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, saveAndUpdate, toString, wrap, wrap
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface fr.igred.omero.annotations.AnnotationcountAnnotationLinks, getDescription, getFolders, getLastModified, getNameSpace, setDescription, setNameSpace
 - 
Methods inherited from interface fr.igred.omero.ContainerLinkedgetDatasets, getProjects
 - 
Methods inherited from interface fr.igred.omero.HCSLinkedgetPlateAcquisitions, getPlates, getScreens, getWells
 - 
Methods inherited from interface fr.igred.omero.ImageLinkedgetImages
 - 
Methods inherited from interface fr.igred.omero.annotations.RatingAnnotationasDataObject
 - 
Methods inherited from interface fr.igred.omero.RemoteObjectcanAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, saveAndUpdate
 
- 
 
- 
- 
- 
Constructor Detail- 
RatingAnnotationWrapperpublic RatingAnnotationWrapper(RatingAnnotationData object) Constructor of the RatingAnnotationWrapper class.- Parameters:
- object- RatingAnnotationData to wrap.
 
 - 
RatingAnnotationWrapperpublic RatingAnnotationWrapper(int value) Creates a new Textual Annotation with the provided text.- Parameters:
- value- The rating value. One of the constants defined by this class.
 
 
- 
 - 
Method Detail- 
getRatingpublic int getRating() Returns the rating value.- Specified by:
- getRatingin interface- RatingAnnotation
- Returns:
- See above.
 
 - 
setRatingpublic void setRating(int value) Sets the rating value.- Specified by:
- setRatingin interface- RatingAnnotation
- Parameters:
- value- The value to set. Must be one of the constants defined by this class.
 
 
- 
 
-