Package org.ametys.cms.transformation
Class MetadataURIResolver.MetaInfo
- java.lang.Object
-
- org.ametys.cms.transformation.MetadataURIResolver.MetaInfo
-
- Enclosing class:
- MetadataURIResolver
protected class MetadataURIResolver.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 content.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 content.- Parameters:
object
- the object to set
-
-