public class LongAnnotationData extends AnnotationData
FILE_TRANSFER_NS
コンストラクタと説明 |
---|
LongAnnotationData()
Creates a new instance.
|
LongAnnotationData(long value)
Creates a new instance.
|
LongAnnotationData(omero.model.LongAnnotation annotation)
Creates a new instance.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.Object |
getContent()
Returns the rating value.
|
java.lang.String |
getContentAsString()
Returns the value as a string.
|
long |
getDataValue()
Returns the value.
|
void |
setContent(java.lang.Object content)
Sets the text annotation.
|
void |
setDataValue(long value)
Sets the rating value.
|
getDescription, getLastModified, getNameSpace, setDescription, setNameSpace
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
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
.public void setDataValue(long value)
value
- The value to set.public long getDataValue()
public java.lang.Object getContent()
getContent
クラス内 AnnotationData
AnnotationData.getContent()
public java.lang.String getContentAsString()
getContentAsString
クラス内 AnnotationData
AnnotationData.getContentAsString()
public void setContent(java.lang.Object content)
setContent
クラス内 AnnotationData
content
- The value to set.AnnotationData.setContent(Object)