Package lumis.service.formbuilder
Class Form
- java.lang.Object
-
- lumis.service.formbuilder.Form
-
public class Form extends java.lang.Object
Form Builder form- Since:
- 8.2.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMED_QUERY_GET_ANSWERS
static java.lang.String
NAMED_QUERY_GET_FIELDS
-
Constructor Summary
Constructors Constructor Description Form()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormSubmitActionType
getAfterSendType()
Returns the afterSendType.java.lang.String
getId()
Returns the id.java.lang.String
getMailingList()
Returns the mailingList.java.lang.String
getMsgCustomMessageTxt()
Returns the msgCustomMessageTxt.java.lang.String
getRedirContent()
Returns the redirContent.java.lang.String
getRedirExtUrl()
Returns the redirExtUrl.java.lang.String
getRedirPage()
Returns the redirPage.java.lang.String
getTitle()
Returns the title.void
setAfterSendType(FormSubmitActionType afterSendType)
Sets the afterSendType.void
setId(java.lang.String id)
Sets the id.void
setMailingList(java.lang.String mailingList)
Sets the mailingList.void
setMsgCustomMessageTxt(java.lang.String msgCustomMessageTxt)
Sets the msgCustomMessageTxt.void
setRedirContent(java.lang.String redirContent)
Sets the redirContent.void
setRedirExtUrl(java.lang.String redirExtUrl)
Sets the redirExtUrl.void
setRedirPage(java.lang.String redirPage)
Sets the redirPage.void
setTitle(java.lang.String title)
Sets the title.
-
-
-
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
-
-
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
-
getAfterSendType
public FormSubmitActionType getAfterSendType()
Returns the afterSendType.- Returns:
- the afterSendType
- Since:
- 17.1.0
-
setAfterSendType
public void setAfterSendType(FormSubmitActionType afterSendType)
Sets the afterSendType.- Parameters:
afterSendType
- the afterSendType value to set.- Since:
- 17.1.0
-
getRedirExtUrl
public java.lang.String getRedirExtUrl()
Returns the redirExtUrl.- Returns:
- the redirExtUrl
- Since:
- 17.1.0
-
setRedirExtUrl
public void setRedirExtUrl(java.lang.String redirExtUrl)
Sets the redirExtUrl.- Parameters:
redirExtUrl
- the redirExtUrl value to set.- Since:
- 17.1.0
-
getRedirPage
public java.lang.String getRedirPage()
Returns the redirPage.- Returns:
- the redirPage
- Since:
- 17.1.0
-
setRedirPage
public void setRedirPage(java.lang.String redirPage)
Sets the redirPage.- Parameters:
redirPage
- the redirPage value to set.- Since:
- 17.1.0
-
getRedirContent
public java.lang.String getRedirContent()
Returns the redirContent.- Returns:
- the redirContent
- Since:
- 17.1.0
-
setRedirContent
public void setRedirContent(java.lang.String redirContent)
Sets the redirContent.- Parameters:
redirContent
- the redirContent value to set.- Since:
- 17.1.0
-
getMsgCustomMessageTxt
public java.lang.String getMsgCustomMessageTxt()
Returns the msgCustomMessageTxt.- Returns:
- the msgCustomMessageTxt
- Since:
- 17.1.0
-
setMsgCustomMessageTxt
public void setMsgCustomMessageTxt(java.lang.String msgCustomMessageTxt)
Sets the msgCustomMessageTxt.- Parameters:
msgCustomMessageTxt
- the msgCustomMessageTxt value to set.- Since:
- 17.1.0
-
-