org.alfresco.web.bean.wcm
Class CreateWebsiteWizard.FormWrapper

java.lang.Object
  extended by 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

Method Summary
 void addTemplate(CreateWebsiteWizard.PresentationTemplate template)
           
 java.lang.String getDescription()
           
 Form getForm()
           
 java.lang.String getFormDescriptionAttribute()
           
 java.lang.String getFormLabelAttribute()
           
 java.lang.String getName()
           
 java.lang.String getOutputPathPattern()
           
 java.util.List getTemplates()
           
 int getTemplatesSize()
           
 java.lang.String getTitle()
           
 CreateWebsiteWizard.WorkflowWrapper getWorkflow()
           
 void setDescription(java.lang.String description)
           
 void setOutputPathPattern(java.lang.String outputPathPattern)
           
 void setTemplates(java.util.List templates)
           
 void setTitle(java.lang.String title)
           
 void setWorkflow(CreateWebsiteWizard.WorkflowWrapper workflow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.