Package org.ametys.plugins.linkdirectory
Class LinkMetadataURIResolver.MetaInfo
- java.lang.Object
-
- org.ametys.plugins.linkdirectory.LinkMetadataURIResolver.MetaInfo
-
- Enclosing class:
- LinkMetadataURIResolver
protected class LinkMetadataURIResolver.MetaInfo extends Object
Metadata information.
-
-
Field Summary
Fields Modifier and Type Field Description private String
_metadataPath
private MetadataAwareAmetysObject
_object
-
Constructor Summary
Constructors Modifier Constructor Description protected
MetaInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataAwareAmetysObject
getAmetysObject()
Get the object.String
getMetadataPath()
Get the metadataName.void
setAmetysObject(MetadataAwareAmetysObject object)
Set the link.void
setMetadataPath(String metadataPath)
Set the metadataPath.
-
-
-
Field Detail
-
_metadataPath
private String _metadataPath
-
_object
private MetadataAwareAmetysObject _object
-
-
Constructor Detail
-
MetaInfo
protected MetaInfo()
-
-
Method Detail
-
getMetadataPath
public String getMetadataPath()
Get the metadataName.- Returns:
- the metadataName
-
setMetadataPath
public void setMetadataPath(String metadataPath)
Set the metadataPath.- Parameters:
metadataPath
- the metadata path to set
-
getAmetysObject
public MetadataAwareAmetysObject getAmetysObject()
Get the object.- Returns:
- the object
-
setAmetysObject
public void setAmetysObject(MetadataAwareAmetysObject object)
Set the link.- Parameters:
object
- the object to set
-
-