uk.me.parabola.imgfmt.app.mdr
Class Mdr13Record

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.mdr.ConfigBase
      extended by uk.me.parabola.imgfmt.app.mdr.RecordBase
          extended by 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

Constructor Summary
Mdr13Record()
           
 
Method Summary
 int compareTo(Mdr13Record o)
          We sort first by map id and then by region id.
 int getCountryIndex()
           
 int getRegionIndex()
           
 int getStrOffset()
           
 void setCountryIndex(int countryIndex)
           
 void setRegionIndex(int regionIndex)
           
 void setStrOffset(int strOffset)
           
 
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.RecordBase
getMapIndex, setMapIndex
 
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.ConfigBase
getConfig, isForDevice, setConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mdr13Record

public Mdr13Record()
Method Detail

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()