Class FlightHistoryEntry

java.lang.Object
org.deltava.beans.DatabaseBean
org.deltava.beans.flight.FlightHistoryEntry
All Implemented Interfaces:
Serializable, Comparable<Object>, AuditEntry, AuthoredBean, IDBean, Cacheable

public class FlightHistoryEntry extends DatabaseBean implements AuditEntry
A bean to store Flight Report status updates.
Since:
9.0
Version:
9.0
Author:
Luke
See Also:
  • Constructor Details

    • FlightHistoryEntry

      public FlightHistoryEntry(int id, HistoryType t, int authorID, Instant createdOn, String desc)
      Creates the bean.
      Parameters:
      id - the FlightReport database ID
      t - the HistoryType
      authorID - the author's database ID
      createdOn - the creation date/time
      desc - the update message
  • Method Details