public class Form extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NAMED_QUERY_GET_ANSWERS |
static String |
NAMED_QUERY_GET_FIELDS |
Constructor and Description |
---|
Form() |
Modifier and Type | Method and 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.
|
public static final String NAMED_QUERY_GET_ANSWERS
public static final String NAMED_QUERY_GET_FIELDS
public String getId()
public void setId(String id)
id
- the id value to set.public String getTitle()
public void setTitle(String title)
title
- the title value to set.public String getMailingList()
public void setMailingList(String mailingList)
mailingList
- the mailingList value to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.