org.alfresco.web.bean.wcm
Class CreateWebsiteWizard.FormWrapper
java.lang.Object
org.alfresco.web.bean.wcm.CreateWebsiteWizard.FormWrapper
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CreateWebsiteWizard
public static class CreateWebsiteWizard.FormWrapper
- extends java.lang.Object
- implements java.io.Serializable
Wrapper class for a configurable template Form instance
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getForm
public Form getForm()
getName
public java.lang.String getName()
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getFormDescriptionAttribute
public java.lang.String getFormDescriptionAttribute()
getFormLabelAttribute
public java.lang.String getFormLabelAttribute()
getWorkflow
public CreateWebsiteWizard.WorkflowWrapper getWorkflow()
- Returns:
- Returns the workflow.
setWorkflow
public void setWorkflow(CreateWebsiteWizard.WorkflowWrapper workflow)
- Parameters:
workflow
- The workflow to set.
getOutputPathPattern
public java.lang.String getOutputPathPattern()
- Returns:
- Returns the output path pattern.
setOutputPathPattern
public void setOutputPathPattern(java.lang.String outputPathPattern)
- Parameters:
outputPathPattern
- The output path pattern to set.
getTemplates
public java.util.List getTemplates()
- Returns:
- Returns the presentation templates.
getTemplatesSize
public int getTemplatesSize()
addTemplate
public void addTemplate(CreateWebsiteWizard.PresentationTemplate template)
- Parameters:
template
- to add to the list of PresentationTemplate
setTemplates
public void setTemplates(java.util.List templates)
- Parameters:
templates
- The presentation templates to set.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.