| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.dms.DASMessage
atg.nucleus.dms.FormSubmissionMessage
public class FormSubmissionMessage
This JMS Message will be sent by DAS when a form is submitted.
GenericFormHandler, 
Serialized Form| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| protected  java.lang.String | mFormNameProperty: formName | 
| Constructor Summary | |
|---|---|
| FormSubmissionMessage() | |
| FormSubmissionMessage(java.lang.String pFormName)Constructs an instance of ProfileUpdateMessage | |
| Method Summary | |
|---|---|
|  java.lang.String | getFormName()Gets the formName property | 
|  void | setFormName(java.lang.String pFormName)Sets the formName property | 
| protected  java.lang.String | toStringProperties()Returns the String representation of all the public properties of this message. | 
| Methods inherited from class atg.nucleus.dms.DASMessage | 
|---|
| limitSize, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
protected java.lang.String mFormName
| Constructor Detail | 
|---|
public FormSubmissionMessage()
public FormSubmissionMessage(java.lang.String pFormName)
pFormName - the name of the form issuing the submit| Method Detail | 
|---|
public void setFormName(java.lang.String pFormName)
pFormName - the form name of the form issuing the submitpublic java.lang.String getFormName()
protected java.lang.String toStringProperties()
toStringProperties in class DASMessage| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||