public class SocialShare extends Object implements Serializable
| Constructor and Description |
|---|
SocialShare() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongurl() |
UUID |
getPartyuuid() |
String |
getShorturl() |
ShortUrlHash |
getShorturlhash() |
String |
getSocialmedianetwork() |
UUID |
getSocialshareuuid() |
String |
getStatus() |
UUID |
getWebpageuuid() |
void |
setLongurl(String longurl) |
void |
setPartyuuid(UUID partyuuid) |
void |
setShorturl(String shorturl) |
void |
setShorturlhash(ShortUrlHash shorturlhash) |
void |
setSocialmedianetwork(String socialmedianetwork) |
void |
setSocialshareuuid(UUID socialshareuuid) |
void |
setStatus(String status) |
void |
setWebpageuuid(UUID webpageuuid) |
public UUID getSocialshareuuid()
public void setSocialshareuuid(UUID socialshareuuid)
socialshareuuid - the socialshareuuid to setpublic String getLongurl()
public void setLongurl(String longurl)
longurl - the longurl to setpublic String getShorturl()
public void setShorturl(String shorturl)
shorturl - the shorturl to setpublic ShortUrlHash getShorturlhash()
public void setShorturlhash(ShortUrlHash shorturlhash)
shorturlhash - the shorturlhash to setpublic UUID getPartyuuid()
public void setPartyuuid(UUID partyuuid)
partyuuid - the partyuuid to setpublic UUID getWebpageuuid()
public void setWebpageuuid(UUID webpageuuid)
webpageuuid - the webpageuuid to setpublic String getSocialmedianetwork()
public void setSocialmedianetwork(String socialmedianetwork)
socialmedianetwork - the socialmedianetwork to setpublic String getStatus()
public void setStatus(String status)
status - the status to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.