Class WSForm

java.lang.Object
com.logicaldoc.form.webservice.model.WSForm
All Implemented Interfaces:
Serializable

public class WSForm extends Object implements Serializable
Represents a form definition
Since:
7.4.1
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • WSForm

      public WSForm()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getTemplateId

      public long getTemplateId()
    • setTemplateId

      public void setTemplateId(long templateId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getCss

      public String getCss()
    • setCss

      public void setCss(String css)
    • getWebEnabled

      public int getWebEnabled()
    • setWebEnabled

      public void setWebEnabled(int webEnabled)
    • getCollectEmails

      public int getCollectEmails()
    • setCollectEmails

      public void setCollectEmails(int collectEmails)
    • getBackgroundColor

      public String getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
    • getFormId

      public String getFormId()
    • setFormId

      public void setFormId(String formId)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getWebCss

      public String getWebCss()
    • setWebCss

      public void setWebCss(String webCss)
    • getColumns

      public int getColumns()
    • setColumns

      public void setColumns(int columns)
    • getTargetFolderId

      public Long getTargetFolderId()
    • setTargetFolderId

      public void setTargetFolderId(Long targetFolderId)
    • getConfirmation

      public String getConfirmation()
    • setConfirmation

      public void setConfirmation(String confirmation)
    • getEditAfterSubmit

      public int getEditAfterSubmit()
    • setEditAfterSubmit

      public void setEditAfterSubmit(int editAfterSubmit)
    • getStatChartWidth

      public int getStatChartWidth()
    • setStatChartWidth

      public void setStatChartWidth(int statChartWidth)
    • getNotifyResponses

      public int getNotifyResponses()
    • setNotifyResponses

      public void setNotifyResponses(int notifyResponses)
    • getRecipients

      public Long[] getRecipients()
    • setRecipients

      public void setRecipients(Long[] recipients)