gps.log
Class LogFileInfo

java.lang.Object
  extended by gps.log.LogFileInfo

public class LogFileInfo
extends java.lang.Object

Object keeping information about a log file.

Author:
Mario De Weerd

Constructor Summary
LogFileInfo(BT747Path path)
           
LogFileInfo(BT747Path path, int startTimeUTC, int endTimeUTC)
           
 
Method Summary
 GPSRecord getActiveFileFields()
           
 int getEndTime()
           
 BT747Path getPath()
           
 int getStartTime()
           
 void setActiveFileFields(GPSRecord activeFileFields)
           
 void setEndTime(int endTime)
           
 void setPath(BT747Path path)
           
 void setStartTime(int startTime)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFileInfo

public LogFileInfo(BT747Path path,
                   int startTimeUTC,
                   int endTimeUTC)

LogFileInfo

public LogFileInfo(BT747Path path)
Method Detail

getActiveFileFields

public final GPSRecord getActiveFileFields()

setActiveFileFields

public final void setActiveFileFields(GPSRecord activeFileFields)

getPath

public final BT747Path getPath()

setPath

public final void setPath(BT747Path path)

getStartTime

public final int getStartTime()

setStartTime

public final void setStartTime(int startTime)

getEndTime

public final int getEndTime()

setEndTime

public final void setEndTime(int endTime)