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

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.Mdr14Record
All Implemented Interfaces:
java.lang.Comparable<Mdr14Record>

public class Mdr14Record
extends RecordBase
implements java.lang.Comparable<Mdr14Record>

A country record.

Author:
Steve Ratcliffe

Constructor Summary
Mdr14Record()
           
 
Method Summary
 int compareTo(Mdr14Record o)
          Sort by map id and then country id like for regions.
 int getCountryIndex()
           
 int getStrOff()
           
 void setCountryIndex(int countryIndex)
           
 void setStrOff(int strOff)
           
 
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

Mdr14Record

public Mdr14Record()
Method Detail

compareTo

public int compareTo(Mdr14Record o)
Sort by map id and then country id like for regions. We don't have any evidence that this is necessary, but it would be surprising if it wasn't.

Specified by:
compareTo in interface java.lang.Comparable<Mdr14Record>

getCountryIndex

public int getCountryIndex()

setCountryIndex

public void setCountryIndex(int countryIndex)

getStrOff

public int getStrOff()

setStrOff

public void setStrOff(int strOff)