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.Float
getDepthOrNull()
long
getId()
java.lang.Integer
getSeriesNumberOrNull()
int
getTileCol()
int
getTileRow()
java.lang.Float
getTimePointOrNull()
void
setDepthOrNull(java.lang.Float depthOrNull)
void
setId(long id)
void
setSeriesNumberOrNull(java.lang.Integer seriesNumberOrNull)
void
setTileCol(int tileCol)
void
setTileRow(int tileRow)
void
setTimePointOrNull(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)
-
-