com.partnersoft.gps.postprocessing
Class GpsCorrectionFile

java.lang.Object
  extended by com.partnersoft.gps.postprocessing.GpsCorrectionFile
All Implemented Interfaces:
Immutable

public class GpsCorrectionFile
extends java.lang.Object
implements Immutable

Models a file from which corrections are loaded.

Copyright 2009 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Constructor Summary
GpsCorrectionFile(java.lang.String name, java.lang.String path, long checksum, DateAndTime lastModified)
           
GpsCorrectionFile(VfsFile file)
           
 
Method Summary
 long getChecksum()
           
 DateAndTime getLastModified()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GpsCorrectionFile

public GpsCorrectionFile(java.lang.String name,
                         java.lang.String path,
                         long checksum,
                         DateAndTime lastModified)

GpsCorrectionFile

public GpsCorrectionFile(VfsFile file)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()

getPath

public java.lang.String getPath()

getChecksum

public long getChecksum()

getLastModified

public DateAndTime getLastModified()