Package com.adobe.cq.dam.cfm
Interface VariationTemplate
public interface VariationTemplate
Implementations of this interface allow accessing a variation template in a standardized
way, without requiring knowledge about the underlying content structure.
-
Method Summary
Modifier and TypeMethodDescriptionGets the (human-readable) description of the variation templategetName()Gets the (technical) name of the variation template.getTitle()Gets the (human-readable) title of the variation template.voidsetDescription(String description) Sets the description of the variation template.voidSets the title of the variation template.
-
Method Details
-
getName
String getName()Gets the (technical) name of the variation template.- Returns:
- The name
-
getTitle
String getTitle()Gets the (human-readable) title of the variation template.- Returns:
- The title
-
getDescription
String getDescription()Gets the (human-readable) description of the variation template- Returns:
- The (human-readable) description of the variation
-
setTitle
Sets the title of the variation template.- Parameters:
title- The new title
-
setDescription
Sets the description of the variation template.- Parameters:
description- The new title
-