Class LinkMetadataURIResolver.Info

java.lang.Object
org.ametys.plugins.linkdirectory.LinkMetadataURIResolver.Info
Enclosing class:
LinkMetadataURIResolver

protected class LinkMetadataURIResolver.Info extends Object
data information.
  • Constructor Details

    • Info

      protected Info()
  • Method Details

    • getDataPath

      public String getDataPath()
      Get the data path.
      Returns:
      the data path.
    • setDataPath

      public void setDataPath(String path)
      Set the data path.
      Parameters:
      path - the data path to set
    • getLink

      public DefaultLink getLink()
      Get the link.
      Returns:
      the link
    • setLink

      public void setLink(DefaultLink link)
      Set the link.
      Parameters:
      link - the link to set