net.sf.tourviewer.lib.ciclo
Class HAC4Info2Block

java.lang.Object
  extended by net.sf.tourviewer.lib.ciclo.AbstractBlock
      extended by net.sf.tourviewer.lib.ciclo.HAC4Info2Block
All Implemented Interfaces:
Block

public class HAC4Info2Block
extends AbstractBlock


Constructor Summary
HAC4Info2Block(int[] data)
           
 
Method Summary
 int getAltitudeErrorCorrection()
           
 Object getCountDown1()
           
 Object getCountDown2()
           
 int getDay()
           
 int getMonth()
           
 int getNextFreeOffset()
           
 int getTotalDistance()
           
 int getYear()
           
 void setAltitudeErrorCorrection(int altitudeErrorCorrection)
           
 void setCountDown1(Object countDown1)
           
 void setCountDown2(Object countDown2)
           
 void setDay(int day)
           
 void setMonth(int month)
           
 void setNextFreeOffset(int nextFreeOffset)
           
 void setTotalDistance(int totalDistance)
           
 void setYear(int year)
           
 String toString()
           
 
Methods inherited from class net.sf.tourviewer.lib.ciclo.AbstractBlock
getData, getDataString, getDec, getDecH, getDecL, getHex, getHexH, getHexL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HAC4Info2Block

public HAC4Info2Block(int[] data)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAltitudeErrorCorrection

public int getAltitudeErrorCorrection()

getCountDown1

public Object getCountDown1()

getCountDown2

public Object getCountDown2()

getDay

public int getDay()

getMonth

public int getMonth()

getNextFreeOffset

public int getNextFreeOffset()

getTotalDistance

public int getTotalDistance()

getYear

public int getYear()

setAltitudeErrorCorrection

public void setAltitudeErrorCorrection(int altitudeErrorCorrection)

setCountDown1

public void setCountDown1(Object countDown1)

setCountDown2

public void setCountDown2(Object countDown2)

setDay

public void setDay(int day)

setMonth

public void setMonth(int month)

setNextFreeOffset

public void setNextFreeOffset(int nextFreeOffset)

setTotalDistance

public void setTotalDistance(int totalDistance)

setYear

public void setYear(int year)


Copyright © 2005 Steffen Pingel. All Rights Reserved.