Package omero.model
Interface _ExternalInfoOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ExternalInfoTie
,ExternalInfo
,ExternalInfoI
public interface _ExternalInfoOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RLong
getEntityId(Ice.Current __current)
RString
getEntityType(Ice.Current __current)
RString
getLsid(Ice.Current __current)
RString
getUuid(Ice.Current __current)
void
setEntityId(RLong theEntityId, Ice.Current __current)
void
setEntityType(RString theEntityType, Ice.Current __current)
void
setLsid(RString theLsid, Ice.Current __current)
void
setUuid(RString theUuid, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getEntityId
RLong getEntityId(Ice.Current __current)
-
setEntityId
void setEntityId(RLong theEntityId, Ice.Current __current)
-
getEntityType
RString getEntityType(Ice.Current __current)
-
setEntityType
void setEntityType(RString theEntityType, Ice.Current __current)
-
getLsid
RString getLsid(Ice.Current __current)
-
setLsid
void setLsid(RString theLsid, Ice.Current __current)
-
getUuid
RString getUuid(Ice.Current __current)
-
setUuid
void setUuid(RString theUuid, Ice.Current __current)
-
-