Class ContactInformation
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.appinf.ContactInformation
-
- All Implemented Interfaces:
IContactInformation
public final class ContactInformation extends java.lang.Object implements IContactInformation
- Author:
- labudda
-
-
Constructor Summary
Constructors Constructor Description ContactInformation(java.lang.String vendor)
define object by jnlp vendor stringContactInformation(java.util.Properties properties)
define object by property file
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEmail()
java.lang.String
getName()
java.lang.String
getPhone()
-
-
-
Method Detail
-
getEmail
public java.lang.String getEmail()
- Specified by:
getEmail
in interfaceIContactInformation
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceIContactInformation
-
getPhone
public java.lang.String getPhone()
- Specified by:
getPhone
in interfaceIContactInformation
-
-