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 RString
getAction()
RLong
getEntityId()
RString
getEntityType()
Event
getEvent()
void
setAction(RString theAction)
void
setEntityId(RLong theEntityId)
void
setEntityType(RString theEntityType)
void
setEvent(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)
-
-