Package org.ametys.cms.transformation
Class AttributeURIResolver.AttributeInfo
java.lang.Object
org.ametys.cms.transformation.AttributeURIResolver.AttributeInfo
- Enclosing class:
- AttributeURIResolver
Attribute information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ametys object.getPath()Get the attribute path.voidsetAmetysObject(ModelAwareDataAwareAmetysObject ametysObject) Set the ametys object.voidSet 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- theAmetysObjectto set
-