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 protectedInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataPath()Get the data path.DefaultLinkgetLink()Get the link.voidsetDataPath(String path)Set the data path.voidsetLink(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
-
-