public class ContactDTO extends Object
| Constructor and Description |
|---|
ContactDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactEmail()
Returns the email of the contact.
|
String |
getContactFacebook()
Returns the facebook account of the contact.
|
String |
getContactInstagram()
Returns the instagram account of the contact.
|
String |
getContactPhone()
Returns the phone of the contact.
|
String |
getContactTwitter()
Returns the twitter account of the contact.
|
String |
getContactWeb()
Returns the web of the contact.
|
void |
setContactEmail(String contactEmail)
Sets the email of the contact.
|
void |
setContactFacebook(String contactFacebook)
Sets the facebook account of the contact.
|
void |
setContactInstagram(String contactInstagram)
Sets the instagram account of the contact.
|
void |
setContactPhone(String contactPhone)
Sets the phone of the contact.
|
void |
setContactTwitter(String contactTwitter)
Sets the twitter account of the contact.
|
void |
setContactWeb(String contactWeb)
Sets the web of the contact.
|
public String getContactEmail()
public void setContactEmail(String contactEmail)
contactEmail - the new email of the contact.public String getContactWeb()
public void setContactWeb(String contactWeb)
contactWeb - the new web of the contact.public String getContactPhone()
public void setContactPhone(String contactPhone)
contactPhone - the new phone of the contact.public String getContactTwitter()
public void setContactTwitter(String contactTwitter)
contactTwitter - the new twitter account of the contact.public String getContactFacebook()
public void setContactFacebook(String contactFacebook)
contactFacebook - the new facebook account of the contact.public String getContactInstagram()
public void setContactInstagram(String contactInstagram)
contactInstagram - the new instagram account of the contact.Copyright © 2018. All rights reserved.