org.deltava.beans.acars
Interface ACARSLogEntry

All Known Implementing Classes:
ConnectionEntry, DispatchConnectionEntry, FlightInfo, TextMessage

public interface ACARSLogEntry

A marker interface for common ACRS log entry functions.

Since:
1.0
Version:
2.2
Author:
Luke

Method Summary
 int getPilotID()
          Returns the database ID of the Pilot.
 Date getStartTime()
          Returns the date/time of this entry.
 

Method Detail

getPilotID

int getPilotID()
Returns the database ID of the Pilot.

Returns:
the Pilot's database ID

getStartTime

Date getStartTime()
Returns the date/time of this entry.

Returns:
the entry date/time


Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.