Interface IContactInfo

    • Method Detail

      • getLandLineExtension

        String getLandLineExtension()
      • getLandLinePhone

        String getLandLinePhone()
      • getMobilePhone

        String getMobilePhone()
      • setEmail

        void setEmail​(String email)
      • setLandLineExtension

        void setLandLineExtension​(String landLineExtension)
      • setLandLinePhone

        void setLandLinePhone​(String landLinePhone)
      • setMobilePhone

        void setMobilePhone​(String mobilePhone)