| Constructor and Description |
|---|
Contact()
|
Contact(String contactName,
String departmentName,
String telephone,
String fax,
String email)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDepartment()
|
String |
getEmail()
|
String |
getFax()
|
String |
getName()
|
String |
getTelephone()
|
Contact |
setDepartment(String department)
|
Contact |
setEmail(String email)
|
Contact |
setFax(String faxNumber)
|
Contact |
setName(String name)
|
Contact |
setTelephone(String telephone)
|
public Contact()
Instantiates a new contact.
public Contact(String contactName, String departmentName, String telephone, String fax, String email)
Instantiates a new trade contact.
contactName - the person first and last namedepartmentName - the department nametelephone - the telephone numberfax - the fax numberemail - the emailpublic String getDepartment()
Gets the department name.
EXTENDED
public String getEmail()
Gets the email contacts E-mail address.
EXTENDED
example@konik.io
public String getFax()
Gets the Fax number.
EXTENDED
+49 (123) 456789-999
public String getName()
Gets the contact person name.
EXTENDED
public String getTelephone()
Gets the telephone number.
EXTENDED
+49 (123) 456789-999
public Contact setDepartment(String department)
Sets the department name.
EXTENDED
department - the new department namepublic Contact setEmail(String email)
Sets the email contacts E-mail address.
EXTENDED.
example@konik.io
email - the new emailpublic Contact setFax(String faxNumber)
Sets the telephone number providing the string only.
EXTENDED
+49 (123) 456789-999
faxNumber - the new fax numberpublic Contact setName(String name)
Sets the contact person name.
EXTENDED
name - the new person namepublic Contact setTelephone(String telephone)
Sets the telephone number providing the string only.
EXTENDED
+49 (123) 456789-999
telephone - the new telephone universal communicationCopyright © 2014 Konik.io. All Rights Reserved.