Package omero.model
Interface _StageLabelOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_StageLabelTie
,StageLabel
,StageLabelI
public interface _StageLabelOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RString
getName(Ice.Current __current)
Length
getPositionX(Ice.Current __current)
Length
getPositionY(Ice.Current __current)
Length
getPositionZ(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setPositionX(Length thePositionX, Ice.Current __current)
void
setPositionY(Length thePositionY, Ice.Current __current)
void
setPositionZ(Length thePositionZ, Ice.Current __current)
void
setVersion(RInt theVersion, 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
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getPositionX
Length getPositionX(Ice.Current __current)
-
setPositionX
void setPositionX(Length thePositionX, Ice.Current __current)
-
getPositionY
Length getPositionY(Ice.Current __current)
-
setPositionY
void setPositionY(Length thePositionY, Ice.Current __current)
-
getPositionZ
Length getPositionZ(Ice.Current __current)
-
setPositionZ
void setPositionZ(Length thePositionZ, Ice.Current __current)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
-