Interface IContactInformation

  • All Known Implementing Classes:
    ContactInformation

    public interface IContactInformation
    Informationen zur Kontaktperson der Applikation
    Author:
    labudda
    • Method Detail

      • getName

        java.lang.String getName()
      • getEmail

        java.lang.String getEmail()
      • getPhone

        java.lang.String getPhone()