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.Get the ametys object's version.getPath()Get the attribute path.voidsetAmetysObject(ModelAwareDataAwareAmetysObject ametysObject) Set the ametys object.voidsetAmetysObjectVersion(String ametysObjectVersion) Set the ametys object's version.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
 - 
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
 
 -