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.Time
getDeltaT()
omero.model.Time
getExposureTime()
omero.model.Length
getPositionX()
omero.model.Length
getPositionY()
omero.model.Length
getPositionZ()
int
getTheC()
int
getTheT()
int
getTheZ()
void
setDeltaT(omero.model.Time theDeltaT)
void
setExposureTime(omero.model.Time theExposureTime)
void
setPositionX(omero.model.Length thePositionX)
void
setPositionY(omero.model.Length thePositionY)
void
setPositionZ(omero.model.Length thePositionZ)
void
setTheC(int theTheC)
void
setTheT(int theTheT)
void
setTheZ(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)
-
-