Version: 5.4.7-rc1-ice35-b91
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::ExternalInfo
Overview
[ "protected" ] class ExternalInfo extends
IObject
Used By
Details::externalInfo
Details::getExternalInfo
Details::setExternalInfo
Operation Index
getEntityId
setEntityId
getEntityType
setEntityType
getLsid
setLsid
getUuid
setUuid
Data Member Index
entityId
entityType
lsid
uuid
Operations
RLong
getEntityId
()
void
setEntityId
(
RLong
theEntityId)
RString
getEntityType
()
void
setEntityType
(
RString
theEntityType)
RString
getLsid
()
void
setLsid
(
RString
theLsid)
RString
getUuid
()
void
setUuid
(
RString
theUuid)
Data Members
RLong
entityId
;
RString
entityType
;
RString
lsid
;
RString
uuid
;
Home
Previous
Up
Next
Index