Package omero.model
Interface _StageLabelOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_StageLabelTie,StageLabel,StageLabelI
public interface _StageLabelOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RStringgetName()LengthgetPositionX()LengthgetPositionY()LengthgetPositionZ()RIntgetVersion()voidsetName(RString theName)voidsetPositionX(Length thePositionX)voidsetPositionY(Length thePositionY)voidsetPositionZ(Length thePositionZ)voidsetVersion(RInt theVersion)-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getPositionX
Length getPositionX()
-
setPositionX
void setPositionX(Length thePositionX)
-
getPositionY
Length getPositionY()
-
setPositionY
void setPositionY(Length thePositionY)
-
getPositionZ
Length getPositionZ()
-
setPositionZ
void setPositionZ(Length thePositionZ)
-
getName
RString getName()
-
setName
void setName(RString theName)
-
-