Package org.ametys.cms.transformation
Class AttributeURIResolver.AttributeInfo
java.lang.Object
org.ametys.cms.transformation.AttributeURIResolver.AttributeInfo
- Enclosing class:
- AttributeURIResolver
Attribute information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ametys object.Get the ametys object's version.getPath()
Get the attribute path.void
setAmetysObject
(ModelAwareDataAwareAmetysObject ametysObject) Set the ametys object.void
setAmetysObjectVersion
(String ametysObjectVersion) Set the ametys object's version.void
Set the attribute path.
-
Constructor Details
-
AttributeInfo
protected AttributeInfo()
-
-
Method Details
-
getPath
Get the attribute path.- Returns:
- the attribute path
-
setPath
Set the attribute path.- Parameters:
path
- the attribute path to set
-
getAmetysObject
Get the ametys object.- Returns:
- the ametys object
-
setAmetysObject
Set the ametys object.- Parameters:
ametysObject
- theAmetysObject
to set
-
getAmetysObjectVersion
Get the ametys object's version.- Returns:
- the ametys object's version
-
setAmetysObjectVersion
Set the ametys object's version.- Parameters:
ametysObjectVersion
- the version to set
-