Package omero.gateway.model
Class PlaneInfoData
- java.lang.Object
-
- omero.gateway.model.DataObject
-
- omero.gateway.model.PlaneInfoData
-
public class PlaneInfoData extends DataObject
-
-
Constructor Summary
Constructors Constructor Description PlaneInfoData()PlaneInfoData(omero.model.PlaneInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description omero.model.TimegetDeltaT()omero.model.TimegetExposureTime()omero.model.LengthgetPositionX()omero.model.LengthgetPositionY()omero.model.LengthgetPositionZ()intgetTheC()intgetTheT()intgetTheZ()voidsetDeltaT(omero.model.Time theDeltaT)voidsetExposureTime(omero.model.Time theExposureTime)voidsetPositionX(omero.model.Length thePositionX)voidsetPositionY(omero.model.Length thePositionY)voidsetPositionZ(omero.model.Length thePositionZ)voidsetTheC(int theTheC)voidsetTheT(int theTheT)voidsetTheZ(int theTheZ)-
Methods inherited from class omero.gateway.model.DataObject
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlaneInfo, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
-
-
-
-
Method Detail
-
getDeltaT
public omero.model.Time getDeltaT()
-
getExposureTime
public omero.model.Time getExposureTime()
-
getPositionX
public omero.model.Length getPositionX()
-
getPositionY
public omero.model.Length getPositionY()
-
getPositionZ
public omero.model.Length getPositionZ()
-
getTheC
public int getTheC()
-
getTheT
public int getTheT()
-
getTheZ
public int getTheZ()
-
setDeltaT
public void setDeltaT(omero.model.Time theDeltaT)
-
setExposureTime
public void setExposureTime(omero.model.Time theExposureTime)
-
setPositionX
public void setPositionX(omero.model.Length thePositionX)
-
setPositionY
public void setPositionY(omero.model.Length thePositionY)
-
setPositionZ
public void setPositionZ(omero.model.Length thePositionZ)
-
setTheC
public void setTheC(int theTheC)
-
setTheT
public void setTheT(int theTheT)
-
setTheZ
public void setTheZ(int theTheZ)
-
-