Interface IContactInformation
-
- All Known Implementing Classes:
ContactInformation
public interface IContactInformation
Informationen zur Kontaktperson der Applikation- Author:
- labudda
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEmail()
java.lang.String
getName()
java.lang.String
getPhone()
-