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.Get the externalizable data status.voidsetAmetysObject(IndexableAmetysObject ametysObject) Set the ametys object.voidsetAmetysObjectVersion(String ametysObjectVersion) Set the ametys object's version.voidSet the attribute path.voidSet the externalizable data status.
-
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
-
getStatus
Get the externalizable data status.- Returns:
- the externalizable data status
-
setStatus
Set the externalizable data status.- Parameters:
status- the externalizable data status to set
-