Class DynamicDeckInitiatorPageModel

java.lang.Object
com.adobe.acs.commons.mcp.form.GeneratedDialog
com.adobe.acs.commons.indesign.dynamicdeckdynamo.models.DynamicDeckInitiatorPageModel

@Model(adaptables={org.apache.sling.api.resource.Resource.class,org.apache.sling.api.SlingHttpServletRequest.class}, defaultInjectionStrategy=OPTIONAL) public class DynamicDeckInitiatorPageModel extends GeneratedDialog
  • Constructor Details

    • DynamicDeckInitiatorPageModel

      public DynamicDeckInitiatorPageModel()
  • Method Details

    • getDeckTitle

      public String getDeckTitle()
    • setDeckTitle

      public void setDeckTitle(String deckTitle)
    • getTemplatePath

      public String getTemplatePath()
    • setTemplatePath

      public void setTemplatePath(String templatePath)
    • getCollectionPath

      public String getCollectionPath()
    • setCollectionPath

      public void setCollectionPath(String collectionPath)
    • getMasterAssetPath

      public String getMasterAssetPath()
    • setMasterAssetPath

      public void setMasterAssetPath(String masterAssetPath)
    • getDestinationPath

      public String getDestinationPath()
    • setDestinationPath

      public void setDestinationPath(String destinationPath)
    • getOperationMode

      public DynamicDeckInitiatorPageModel.Mode getOperationMode()
    • setOperationMode

      public void setOperationMode(DynamicDeckInitiatorPageModel.Mode operationMode)