public class DisplaySurveySaveScreenEvent extends SurveyEvent
Event.NonVetoable
Constructor and Description |
---|
DisplaySurveySaveScreenEvent(IEventListener source)
Creates a new DisplaySurveySaveScreenEvent.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap |
getResources()
Gets the Resources object.
|
long |
getRespondentId()
Gets the respondentId attribute of the DisplaySurveySaveScreenEvent object
|
java.lang.String |
getSaveScreenContent()
Gets the survey save screen content, which will be presented to the respondent.
|
void |
setResources(java.util.HashMap resources)
Sets the resources Object.
|
void |
setRespondentId(long respondentId)
Sets the respondentId attribute of the DisplaySurveySaveScreenEvent object
|
void |
setSaveScreenContent(java.lang.String surveySaveScreenContent)
Sets the content of the screen that will be displayed when a survey is saved by the respondent.
|
getSurveyId, setSurveyId
public DisplaySurveySaveScreenEvent(IEventListener source)
source
- The event sourcepublic void setRespondentId(long respondentId)
respondentId
- The new respondentId valuepublic long getRespondentId()
public void setSaveScreenContent(java.lang.String surveySaveScreenContent)
surveySaveScreenContent
- The new surveySaveScreenContent valuepublic java.lang.String getSaveScreenContent()
public void setResources(java.util.HashMap resources)
data.getRespondentId()
- The new respondentId valuepublic java.util.HashMap getResources()
Built on September 5 2019