Package lumis.service.formbuilder
Class Form
- java.lang.Object
-
- lumis.service.formbuilder.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) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMED_QUERY_GET_ANSWERS
static String
NAMED_QUERY_GET_FIELDS
-
Constructor Summary
Constructors Constructor Description Form()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Returns the id.String
getMailingList()
Returns the mailingList.String
getTitle()
Returns the title.void
setId(String id)
Sets the id.void
setMailingList(String mailingList)
Sets the mailingList.void
setTitle(String title)
Sets the title.
-
-
-
Field Detail
-
NAMED_QUERY_GET_ANSWERS
public static final String NAMED_QUERY_GET_ANSWERS
- See Also:
- Constant Field Values
-
NAMED_QUERY_GET_FIELDS
public static final String NAMED_QUERY_GET_FIELDS
- See Also:
- Constant Field Values
-
-
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
-
-