Class ImageChannelStack
- java.lang.Object
-
- ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.ImageChannelStack
-
- All Implemented Interfaces:
java.io.Serializable
@JsonObject("ImageChannelStack") public class ImageChannelStack extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageChannelStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.FloatgetDepthOrNull()longgetId()java.lang.IntegergetSeriesNumberOrNull()intgetTileCol()intgetTileRow()java.lang.FloatgetTimePointOrNull()voidsetDepthOrNull(java.lang.Float depthOrNull)voidsetId(long id)voidsetSeriesNumberOrNull(java.lang.Integer seriesNumberOrNull)voidsetTileCol(int tileCol)voidsetTileRow(int tileRow)voidsetTimePointOrNull(java.lang.Float timePointOrNull)
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getTileRow
public int getTileRow()
-
setTileRow
public void setTileRow(int tileRow)
-
getTileCol
public int getTileCol()
-
setTileCol
public void setTileCol(int tileCol)
-
getTimePointOrNull
public java.lang.Float getTimePointOrNull()
-
setTimePointOrNull
public void setTimePointOrNull(java.lang.Float timePointOrNull)
-
getDepthOrNull
public java.lang.Float getDepthOrNull()
-
setDepthOrNull
public void setDepthOrNull(java.lang.Float depthOrNull)
-
getSeriesNumberOrNull
public java.lang.Integer getSeriesNumberOrNull()
-
setSeriesNumberOrNull
public void setSeriesNumberOrNull(java.lang.Integer seriesNumberOrNull)
-
-