Class Form


  • public class Form
    extends Object
    Form Builder form
    Since:
    8.2.0
    Version:
    $Revision: 19475 $ $Date: 2016-11-09 13:52:13 -0200 (Wed, 09 Nov 2016) $
    • Constructor Detail

      • Form

        public Form()
    • Method Detail

      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        8.2.0
      • setId

        public void setId​(String id)
        Sets the id.
        Parameters:
        id - the id value to set.
        Since:
        8.2.0
      • getTitle

        public String getTitle()
        Returns the title.
        Returns:
        the title
        Since:
        8.2.0
      • setTitle

        public void setTitle​(String title)
        Sets the title.
        Parameters:
        title - the title value to set.
        Since:
        8.2.0
      • getMailingList

        public String getMailingList()
        Returns the mailingList.
        Returns:
        the mailingList
        Since:
        8.2.0
      • setMailingList

        public void setMailingList​(String mailingList)
        Sets the mailingList.
        Parameters:
        mailingList - the mailingList value to set.
        Since:
        8.2.0