Class WellLocation
- java.lang.Object
-
- ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.WellLocation
-
- All Implemented Interfaces:
java.io.Serializable
@JsonObject("WellLocation") public class WellLocation extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WellLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getRow()
void
setColumn(int column)
void
setRow(int row)
-