location
Class GPSReceiverSettings

java.lang.Object
  extended bylocation.GPSReceiverSettings

public class GPSReceiverSettings
extends java.lang.Object

Encapsulates all of the information needed to connect to a GPS receiver. Used in conjunction with a GPSReceiverSettingsDialog and GPSReceiverUser.

Version:
2.0
Author:
Chien-Liang Fok

Field Summary
(package private)  java.lang.String baud
           
(package private)  java.lang.String port
           
 
Constructor Summary
GPSReceiverSettings(java.lang.String baud, java.lang.String port)
           
 
Method Summary
 int getBaud()
           
 java.lang.String getPort()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

baud

java.lang.String baud

port

java.lang.String port
Constructor Detail

GPSReceiverSettings

public GPSReceiverSettings(java.lang.String baud,
                           java.lang.String port)
Method Detail

getPort

public java.lang.String getPort()

getBaud

public int getBaud()

toString

public java.lang.String toString()