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_metadataPathprivate MetadataAwareAmetysObject_object
-
Constructor Summary
Constructors Modifier Constructor Description protectedMetaInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataAwareAmetysObjectgetAmetysObject()Get the object.StringgetMetadataPath()Get the metadataName.voidsetAmetysObject(MetadataAwareAmetysObject object)Set the content.voidsetMetadataPath(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
-
-