public class PhysicalLocationForMateCigar extends Object implements OpticalDuplicateFinder.PhysicalLocation
Constructor and Description |
---|
PhysicalLocationForMateCigar(OpticalDuplicateFinder.PhysicalLocation rec) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.PhysicalLocation
public void setReadGroup(short rg)
setReadGroup
in interface OpticalDuplicateFinder.PhysicalLocation
public short getTile()
getTile
in interface OpticalDuplicateFinder.PhysicalLocation
public void setTile(short tile)
setTile
in interface OpticalDuplicateFinder.PhysicalLocation
public short getX()
getX
in interface OpticalDuplicateFinder.PhysicalLocation
public void setX(short x)
setX
in interface OpticalDuplicateFinder.PhysicalLocation
public short getY()
getY
in interface OpticalDuplicateFinder.PhysicalLocation
public void setY(short y)
setY
in interface OpticalDuplicateFinder.PhysicalLocation
public short getLibraryId()
getLibraryId
in interface OpticalDuplicateFinder.PhysicalLocation
public void setLibraryId(short libraryId)
setLibraryId
in interface OpticalDuplicateFinder.PhysicalLocation