public class PhysicalLocationForMateCigar extends java.lang.Object implements OpticalDuplicateFinder.PhysicalLocation
| Constructor and Description |
|---|
PhysicalLocationForMateCigar(OpticalDuplicateFinder.PhysicalLocation rec) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
short |
getLibraryId() |
short |
getReadGroup() |
short |
getTile() |
short |
getX() |
short |
getY() |
int |
hashCode() |
void |
setLibraryId(short libraryId) |
void |
setReadGroup(short rg) |
void |
setTile(short tile) |
void |
setX(short x) |
void |
setY(short y) |
public PhysicalLocationForMateCigar(OpticalDuplicateFinder.PhysicalLocation rec)
public short getReadGroup()
getReadGroup in interface OpticalDuplicateFinder.PhysicalLocationpublic void setReadGroup(short rg)
setReadGroup in interface OpticalDuplicateFinder.PhysicalLocationpublic short getTile()
getTile in interface OpticalDuplicateFinder.PhysicalLocationpublic void setTile(short tile)
setTile in interface OpticalDuplicateFinder.PhysicalLocationpublic short getX()
getX in interface OpticalDuplicateFinder.PhysicalLocationpublic void setX(short x)
setX in interface OpticalDuplicateFinder.PhysicalLocationpublic short getY()
getY in interface OpticalDuplicateFinder.PhysicalLocationpublic void setY(short y)
setY in interface OpticalDuplicateFinder.PhysicalLocationpublic short getLibraryId()
getLibraryId in interface OpticalDuplicateFinder.PhysicalLocationpublic void setLibraryId(short libraryId)
setLibraryId in interface OpticalDuplicateFinder.PhysicalLocationpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object