|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.AnnotationData
pojos.LongAnnotationData
public class LongAnnotationData
Wraps a long annotation.
Constructor Summary | |
---|---|
LongAnnotationData()
Creates a new instance. |
|
LongAnnotationData(long value)
Creates a new instance. |
|
LongAnnotationData(omero.model.LongAnnotation annotation)
Creates a new instance. |
Method Summary | |
---|---|
Object |
getContent()
Returns the rating value. |
String |
getContentAsString()
Returns the value as a string. |
long |
getDataValue()
Returns the value. |
void |
setContent(Object content)
Sets the text annotation. |
void |
setDataValue(long value)
Sets the rating value. |
Methods inherited from class pojos.AnnotationData |
---|
getLastModified, getNameSpace, setNameSpace |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LongAnnotationData(long value)
value
- The value to set.public LongAnnotationData()
public LongAnnotationData(omero.model.LongAnnotation annotation)
annotation
- The LongAnnotation
object corresponding to this
DataObject
. Mustn't be null
.Method Detail |
---|
public void setDataValue(long value)
value
- The value to set.public long getDataValue()
public Object getContent()
getContent
in class AnnotationData
AnnotationData.getContent()
public String getContentAsString()
getContentAsString
in class AnnotationData
AnnotationData.getContentAsString()
public void setContent(Object content)
setContent
in class AnnotationData
content
- The value to set.AnnotationData.setContent(Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.