public class FormSubmissionMessage
extends atg.nucleus.dms.DASSiteMessage
GenericFormHandler, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| protected java.lang.String | mFormNameProperty: formName | 
| protected boolean | mIsFormSubmittedProperty: isFormSubmitted | 
| Constructor and Description | 
|---|
| FormSubmissionMessage() | 
| FormSubmissionMessage(java.lang.String pFormName)Constructs an instance of FormSubmissionMessage | 
| FormSubmissionMessage(java.lang.String pFormName,
                     boolean pIsFormSubmitted)Constructs an instance of FormSubmissionMessage | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getFormName()Gets the formName property | 
| boolean | getIsFormSubmitted()Gets the IsFormSubmitted property | 
| void | setFormName(java.lang.String pFormName)Sets the formName property | 
| void | setIsFormSubmitted(boolean pIsFormSubmitted)Sets the IsFormSubmitted property | 
| protected java.lang.String | toStringProperties()Returns the String representation of all the public properties of
 this message. | 
getSiteGroupIds, getSiteId, setSiteId, setSiteIdFromSiteContextlimitSize, toStringpublic static java.lang.String CLASS_VERSION
protected java.lang.String mFormName
protected boolean mIsFormSubmitted
public FormSubmissionMessage()
public FormSubmissionMessage(java.lang.String pFormName)
pFormName - the name of the form issuing the submitpublic FormSubmissionMessage(java.lang.String pFormName,
                     boolean pIsFormSubmitted)
pFormName - the name of the form issuing the submitpIsFormSubmitted - the flag that is set if form is submitted succesfullypublic void setFormName(java.lang.String pFormName)
pFormName - the form name of the form issuing the submitpublic java.lang.String getFormName()
public void setIsFormSubmitted(boolean pIsFormSubmitted)
pIsFormSubmitted - that is set if form is submitted succesfullypublic boolean getIsFormSubmitted()
protected java.lang.String toStringProperties()
toStringProperties in class DASMessage