uk.me.parabola.imgfmt.app.mdr
Class Mdr13Record
java.lang.Object
uk.me.parabola.imgfmt.app.mdr.ConfigBase
uk.me.parabola.imgfmt.app.mdr.RecordBase
uk.me.parabola.imgfmt.app.mdr.Mdr13Record
- All Implemented Interfaces:
- java.lang.Comparable<Mdr13Record>
public class Mdr13Record
- extends RecordBase
- implements java.lang.Comparable<Mdr13Record>
Information about a region.
- Author:
- Steve Ratcliffe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mdr13Record
public Mdr13Record()
compareTo
public int compareTo(Mdr13Record o)
- We sort first by map id and then by region id.
- Specified by:
compareTo
in interface java.lang.Comparable<Mdr13Record>
getRegionIndex
public int getRegionIndex()
setRegionIndex
public void setRegionIndex(int regionIndex)
getStrOffset
public int getStrOffset()
setStrOffset
public void setStrOffset(int strOffset)
setCountryIndex
public void setCountryIndex(int countryIndex)
getCountryIndex
public int getCountryIndex()