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