public class PublicLink extends Object implements Serializable
Constructor and Description |
---|
PublicLink() |
PublicLink(String completeURL,
String shortURL) |
Modifier and Type | Method and Description |
---|---|
String |
getCompleteURL() |
String |
getShortURL() |
void |
setCompleteURL(String completeURL) |
void |
setShortURL(String shortURL) |
String |
toString() |
public String getCompleteURL()
public String getShortURL()
public void setCompleteURL(String completeURL)
completeURL
- the completeURL to setpublic void setShortURL(String shortURL)
shortURL
- the shortURL to setCopyright © 2016. All Rights Reserved.