Interface FormattedEMailRecipient

All Superinterfaces:
EMailAddress
All Known Implementing Classes:
Applicant, Person, Pilot, Staff

public interface FormattedEMailRecipient extends EMailAddress
An interface to describe recipients of formatted e-mail messages, where numbers, airports and distances are formatted according to user preferences.
Since:
6.2
Version:
7.0
Author:
Luke
  • Method Details

    • getDateFormat

      String getDateFormat()
      Returns the preferred date format pattern.
      Returns:
      the date format pattern
    • getTimeFormat

      String getTimeFormat()
      Returns the preferred time format pattern.
      Returns:
      the time format pattern
    • getNumberFormat

      String getNumberFormat()
      Returns the preferred number format pattern.
      Returns:
      the number format pattern
    • getTZ

      TZInfo getTZ()
      Return this preferred Time Zone.
      Returns:
      the time zone
    • getDistanceType

      DistanceUnit getDistanceType()
      Returns the preferred distance unit.
      Returns:
      the unit type
    • getAirportCodeType

      Airport.Code getAirportCodeType()
      Returns the preferred airport code type (IATA/ICAO).
      Returns:
      the Airport Code type