Package omero.model
Interface _EventLogOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_EventLogTie,EventLog,EventLogI
public interface _EventLogOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RStringgetAction()RLonggetEntityId()RStringgetEntityType()EventgetEvent()voidsetAction(RString theAction)voidsetEntityId(RLong theEntityId)voidsetEntityType(RString theEntityType)voidsetEvent(Event theEvent)-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getEntityId
RLong getEntityId()
-
setEntityId
void setEntityId(RLong theEntityId)
-
getEntityType
RString getEntityType()
-
setEntityType
void setEntityType(RString theEntityType)
-
getAction
RString getAction()
-
setAction
void setAction(RString theAction)
-
getEvent
Event getEvent()
-
setEvent
void setEvent(Event theEvent)
-
-