Package omero.model
Interface _ExternalInfoOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ExternalInfoTie
,ExternalInfo
,ExternalInfoI
public interface _ExternalInfoOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RLong
getEntityId()
RString
getEntityType()
RString
getLsid()
RString
getUuid()
void
setEntityId(RLong theEntityId)
void
setEntityType(RString theEntityType)
void
setLsid(RString theLsid)
void
setUuid(RString theUuid)
-
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)
-
getLsid
RString getLsid()
-
setLsid
void setLsid(RString theLsid)
-
getUuid
RString getUuid()
-
setUuid
void setUuid(RString theUuid)
-
-