Class StatusUpdate

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

public class StatusUpdate extends DatabaseBean implements AuditEntry
A bean to track Pilot status updates and comments.
Since:
1.0
Version:
8.7
Author:
Luke
See Also:
  • Constructor Details

    • StatusUpdate

      public StatusUpdate(int pilotID, UpdateType type)
      Creates a new Status Update for a Pilot.
      Parameters:
      pilotID - the Pilot Database ID
      type - the UpdateType
  • Method Details