@Embeddable public class ContactDetails extends Object
| Constructor and Description |
|---|
ContactDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFax() |
String |
getHomepage() |
String |
getMobile() |
String |
getTelephone() |
String |
getTelephoneAsLink()
Methode die die Telefonnummer als tel: Link zurückgibt.
|
void |
setEmail(String email) |
void |
setFax(String fax) |
void |
setHomepage(String homepage) |
void |
setMobile(String mobile) |
void |
setTelephone(String telephone) |
public String getMobile()
public void setMobile(String mobile)
public String getTelephone()
public void setTelephone(String telephone)
public String getFax()
public void setFax(String fax)
public String getEmail()
public void setEmail(String email)
public String getHomepage()
public void setHomepage(String homepage)
public String getTelephoneAsLink()
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.