public class ContactWebsite extends APIBean
| Constructor and Description |
|---|
ContactWebsite()
Default constructor
|
ContactWebsite(java.lang.String url)
Constructor used by the implementation
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUrl()
Returns the url of the website
|
void |
setUrl(java.lang.String url)
Set the url of the website
|