bt747.j2se_view.model
Class BT747Waypoint

java.lang.Object
  extended by bt747.j2se_view.model.BT747Waypoint
Direct Known Subclasses:
FileWaypoint

public class BT747Waypoint
extends java.lang.Object

Author:
Mario

Constructor Summary
BT747Waypoint(GPSRecord r)
           
 
Method Summary
 java.lang.String getDescription()
           
 GPSRecord getGpsRecord()
           
 void setGpsRec(GPSRecord gpsRec)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BT747Waypoint

public BT747Waypoint(GPSRecord r)
Method Detail

getGpsRecord

public final GPSRecord getGpsRecord()
Returns:
the gpsRec

setGpsRec

public final void setGpsRec(GPSRecord gpsRec)
Parameters:
gpsRec - the gpsRec to set

getDescription

public java.lang.String getDescription()