public class SocialMediaProfile extends Object implements Serializable
| Constructor and Description |
|---|
SocialMediaProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSocialmedianetwork() |
UUID |
getSocialmediaprofileuuid() |
String |
getStatus() |
String |
getUrl() |
void |
setSocialmedianetwork(String socialmedianetwork) |
void |
setSocialmediaprofileuuid(UUID socialmediaprofileuuid) |
void |
setStatus(String status) |
void |
setUrl(String url) |
public UUID getSocialmediaprofileuuid()
public void setSocialmediaprofileuuid(UUID socialmediaprofileuuid)
socialmediaprofileuuid - the socialmediaprofileuuid to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getSocialmedianetwork()
public void setSocialmedianetwork(String socialmedianetwork)
socialmedianetwork - the socialmedianetwork to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.