public class ContactConfigurationProperties extends Object
| Constructor and Description |
|---|
ContactConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the email address of the software provider of this application.
|
URL |
getHomepage()
Gets the homepage of the software provider of this application.
|
String |
getName()
Gets the name of the software provider of this application.
|
void |
setEmail(String email)
Sets the email address of the software provider of this application.
|
void |
setHomepage(URL homepage)
Sets the homepage of the software provider of this application.
|
void |
setName(String name)
Sets the name of the software provider of this application.
|
public String getName()
public void setName(String name)
name - the name of the software provider of this applicationpublic URL getHomepage()
public void setHomepage(URL homepage)
homepage - the homepage of the software provider of this applicationpublic String getEmail()
public void setEmail(String email)
email - the email address of the software provider of this applicationCopyright © 2012–2019 Drombler. All rights reserved.