Class 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 Detail

      • PublicLink

        public PublicLink()
        Instantiates a new public link.
      • PublicLink

        public PublicLink​(String completeURL,
                          String shortURL)
        Instantiates a new public link.
        Parameters:
        completeURL - the complete url
        shortURL - the short url
    • 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