Class Location
- java.lang.Object
-
- ch.systemsx.cisd.openbis.dss.etl.dto.api.Location
-
- Direct Known Subclasses:
Location
public class Location extends java.lang.Object
Auxiliary structure to store tile location on the well. The top left tile has coordinates (1,1).
-
-
Constructor Summary
Constructors Constructor Description Location(int row, int column)
Note: The top left tile has coordinates (1,1).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getColumn()
int
getRow()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getRow
public int getRow()
-
getColumn
public int getColumn()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-