Package omero.model
Class TimestampAnnotation
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Annotation
-
- omero.model.BasicAnnotation
-
- omero.model.TimestampAnnotation
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_AnnotationOperations
,_AnnotationOperationsNC
,_BasicAnnotationOperations
,_BasicAnnotationOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
,_TimestampAnnotationOperations
,_TimestampAnnotationOperationsNC
- Direct Known Subclasses:
_TimestampAnnotationTie
,TimestampAnnotationI
public abstract class TimestampAnnotation extends BasicAnnotation implements _TimestampAnnotationOperations, _TimestampAnnotationOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
static long
serialVersionUID
protected RTime
timeValue
-
Fields inherited from class omero.model.Annotation
annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, description, name, ns, version
-
-
Constructor Summary
Constructors Constructor Description TimestampAnnotation()
TimestampAnnotation(RLong id, Details details, boolean loaded, RInt version, RString ns, RString name, RString description, java.util.List<AnnotationAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RTime timeValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getTimeValue(TimestampAnnotation __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setTimeValue(TimestampAnnotation __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
TimestampAnnotation
clone()
RTime
getTimeValue()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
void
setTimeValue(RTime theTimeValue)
-
Methods inherited from class omero.model.Annotation
___addAllAnnotationAnnotationLinkSet, ___addAnnotationAnnotationLink, ___addAnnotationAnnotationLinkToBoth, ___clearAnnotationLinks, ___copyAnnotationLinks, ___findAnnotationAnnotationLink, ___getAnnotationLinksCountPerOwner, ___getDescription, ___getName, ___getNs, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___reloadAnnotationLinks, ___removeAllAnnotationAnnotationLinkSet, ___removeAnnotationAnnotationLink, ___removeAnnotationAnnotationLinkFromBoth, ___setDescription, ___setName, ___setNs, ___setVersion, ___sizeOfAnnotationLinks, ___unlinkAnnotation, ___unloadAnnotationLinks, addAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._AnnotationOperations
addAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
Methods inherited from interface omero.model._AnnotationOperationsNC
addAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._TimestampAnnotationOperations
getTimeValue, setTimeValue
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
timeValue
protected RTime timeValue
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TimestampAnnotation
public TimestampAnnotation()
-
TimestampAnnotation
public TimestampAnnotation(RLong id, Details details, boolean loaded, RInt version, RString ns, RString name, RString description, java.util.List<AnnotationAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RTime timeValue)
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classBasicAnnotation
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classBasicAnnotation
-
ice_ids
public java.lang.String[] ice_ids()
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classBasicAnnotation
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classBasicAnnotation
-
ice_id
public java.lang.String ice_id()
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classBasicAnnotation
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classBasicAnnotation
-
ice_staticId
public static java.lang.String ice_staticId()
-
getTimeValue
public final RTime getTimeValue()
- Specified by:
getTimeValue
in interface_TimestampAnnotationOperationsNC
-
setTimeValue
public final void setTimeValue(RTime theTimeValue)
- Specified by:
setTimeValue
in interface_TimestampAnnotationOperationsNC
-
___getTimeValue
public static Ice.DispatchStatus ___getTimeValue(TimestampAnnotation __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setTimeValue
public static Ice.DispatchStatus ___setTimeValue(TimestampAnnotation __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classBasicAnnotation
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classBasicAnnotation
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classBasicAnnotation
-
clone
public TimestampAnnotation clone()
- Specified by:
clone
in interfaceIce.Object
- Overrides:
clone
in classBasicAnnotation
-
-