Class PublicLink
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.PublicLink
-
- All Implemented Interfaces:
Serializable
public class PublicLink extends Object implements Serializable
The Class PublicLink.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Sep 13, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublicLink()Instantiates a new public link.PublicLink(String completeURL, String shortURL)Instantiates a new public link.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompleteURL()Gets the complete url.StringgetShortURL()Gets the short url.voidsetCompleteURL(String completeURL)Sets the complete url.voidsetShortURL(String shortURL)Sets the short url.StringtoString()
-
-
-
Method Detail
-
getCompleteURL
public String getCompleteURL()
Gets the complete url.- Returns:
- the completeURL
-
getShortURL
public String getShortURL()
Gets the short url.- Returns:
- the shortURL
-
setCompleteURL
public void setCompleteURL(String completeURL)
Sets the complete url.- Parameters:
completeURL- the completeURL to set
-
setShortURL
public void setShortURL(String shortURL)
Sets the short url.- Parameters:
shortURL- the shortURL to set
-
-