Package org.ametys.plugins.linkdirectory
Class LinkMetadataURIResolver.Info
- java.lang.Object
-
- org.ametys.plugins.linkdirectory.LinkMetadataURIResolver.Info
-
- Enclosing class:
- LinkMetadataURIResolver
protected class LinkMetadataURIResolver.Info extends Object
data information.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Info()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataPath()
Get the data path.DefaultLink
getLink()
Get the link.void
setDataPath(String path)
Set the data path.void
setLink(DefaultLink link)
Set the link.
-
-
-
Constructor Detail
-
Info
protected Info()
-
-
Method Detail
-
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
-
-