|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.MappingCoordinate
public class MappingCoordinate
This class defines a mapping coordinate, which is a triplet of
plate number, row and column. A MappingCoordinate object
is used by a PlateMappingData to specify the source and destination
coordinates of wells. The Serializable interface must be implemented
because Hibernate requires it if we use it as a map key.
| Constructor Summary | |
|---|---|
MappingCoordinate(int plate,
int row,
int column)
Create new MappingCoordinate with the specified plate, row and column. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Check if this object is equal to another MappingCoordinate
object. |
int |
getColumn()
Get the column number. |
int |
getPlate()
Get the plate number. |
int |
getRow()
Get the row number. |
int |
hashCode()
Calculate the hash code for the object. |
String |
toString()
Get the coordinate as [plate, row, column] |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MappingCoordinate(int plate,
int row,
int column)
MappingCoordinate with the specified plate, row and column.
| Method Detail |
|---|
public final boolean equals(Object o)
MappingCoordinate
object. They are equal if both have the same plate, row and column.
equals in class Objectpublic final int hashCode()
hashCode in class Objectpublic final String toString()
toString in class Objectpublic int getPlate()
public int getRow()
public int getColumn()
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||