public class PhysicalLocationInt extends java.lang.Object implements PhysicalLocation
| Modifier and Type | Field and Description |
|---|---|
short |
tile |
int |
x |
int |
y |
NO_VALUE| Constructor and Description |
|---|
PhysicalLocationInt() |
| Modifier and Type | Method and Description |
|---|---|
short |
getLibraryId() |
short |
getReadGroup() |
short |
getTile() |
int |
getX() |
int |
getY() |
void |
setLibraryId(short libraryId) |
void |
setReadGroup(short readGroup) |
void |
setTile(short tile) |
void |
setX(int x) |
void |
setY(int y) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasLocationpublic short getReadGroup()
getReadGroup in interface PhysicalLocationpublic void setReadGroup(short readGroup)
setReadGroup in interface PhysicalLocationpublic short getTile()
getTile in interface PhysicalLocationpublic void setTile(short tile)
setTile in interface PhysicalLocationpublic int getX()
getX in interface PhysicalLocationpublic void setX(int x)
setX in interface PhysicalLocationpublic int getY()
getY in interface PhysicalLocationpublic void setY(int y)
setY in interface PhysicalLocationpublic short getLibraryId()
getLibraryId in interface PhysicalLocationpublic void setLibraryId(short libraryId)
setLibraryId in interface PhysicalLocation