Class Form


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

      Constructors 
      Constructor Description
      Form()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the id.
      java.lang.String getMailingList()
      Returns the mailingList.
      java.lang.String getTitle()
      Returns the title.
      void setId​(java.lang.String id)
      Sets the id.
      void setMailingList​(java.lang.String mailingList)
      Sets the mailingList.
      void setTitle​(java.lang.String title)
      Sets the title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMED_QUERY_GET_ANSWERS

        public static final java.lang.String NAMED_QUERY_GET_ANSWERS
        See Also:
        Constant Field Values
      • NAMED_QUERY_GET_FIELDS

        public static final java.lang.String NAMED_QUERY_GET_FIELDS
        See Also:
        Constant Field Values
    • Constructor Detail

      • Form

        public Form()
    • Method Detail

      • getId

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

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

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

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

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

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