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 RString
getName()
Length
getPositionX()
Length
getPositionY()
Length
getPositionZ()
RInt
getVersion()
void
setName(RString theName)
void
setPositionX(Length thePositionX)
void
setPositionY(Length thePositionY)
void
setPositionZ(Length thePositionZ)
void
setVersion(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)
-
-