Package omero.model
Class EventLog
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.EventLog
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_EventLogOperations
,_EventLogOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_EventLogTie
,EventLogI
public abstract class EventLog extends IObject implements _EventLogOperations, _EventLogOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RString
action
protected RLong
entityId
protected RString
entityType
protected Event
event
static long
serialVersionUID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getAction(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getEntityId(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getEntityType(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getEvent(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setAction(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setEntityId(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setEntityType(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setEvent(EventLog __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)
EventLog
clone()
RString
getAction()
RLong
getEntityId()
RString
getEntityType()
Event
getEvent()
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
setAction(RString theAction)
void
setEntityId(RLong theEntityId)
void
setEntityType(RString theEntityType)
void
setEvent(Event theEvent)
-
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._EventLogOperations
getAction, getEntityId, getEntityType, getEvent, setAction, setEntityId, setEntityType, setEvent
-
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
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
entityId
protected RLong entityId
-
entityType
protected RString entityType
-
action
protected RString action
-
event
protected Event event
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
getAction
public final RString getAction()
- Specified by:
getAction
in interface_EventLogOperationsNC
-
getEntityId
public final RLong getEntityId()
- Specified by:
getEntityId
in interface_EventLogOperationsNC
-
getEntityType
public final RString getEntityType()
- Specified by:
getEntityType
in interface_EventLogOperationsNC
-
getEvent
public final Event getEvent()
- Specified by:
getEvent
in interface_EventLogOperationsNC
-
setAction
public final void setAction(RString theAction)
- Specified by:
setAction
in interface_EventLogOperationsNC
-
setEntityId
public final void setEntityId(RLong theEntityId)
- Specified by:
setEntityId
in interface_EventLogOperationsNC
-
setEntityType
public final void setEntityType(RString theEntityType)
- Specified by:
setEntityType
in interface_EventLogOperationsNC
-
setEvent
public final void setEvent(Event theEvent)
- Specified by:
setEvent
in interface_EventLogOperationsNC
-
___getEntityId
public static Ice.DispatchStatus ___getEntityId(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setEntityId
public static Ice.DispatchStatus ___setEntityId(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getEntityType
public static Ice.DispatchStatus ___getEntityType(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setEntityType
public static Ice.DispatchStatus ___setEntityType(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAction
public static Ice.DispatchStatus ___getAction(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setAction
public static Ice.DispatchStatus ___setAction(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getEvent
public static Ice.DispatchStatus ___getEvent(EventLog __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setEvent
public static Ice.DispatchStatus ___setEvent(EventLog __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 classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIObject
-
-