atg.nucleus.dms
Class FormSubmissionMessage

java.lang.Object
  extended by atg.nucleus.dms.DASMessage
      extended by atg.nucleus.dms.FormSubmissionMessage
All Implemented Interfaces:
java.io.Serializable

public class FormSubmissionMessage
extends DASMessage

This JMS Message will be sent by DAS when a form is submitted.

See Also:
GenericFormHandler, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  java.lang.String mFormName
          Property: 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


mFormName

protected java.lang.String mFormName
Property: formName

Constructor Detail

FormSubmissionMessage

public FormSubmissionMessage()

FormSubmissionMessage

public FormSubmissionMessage(java.lang.String pFormName)
Constructs an instance of ProfileUpdateMessage

Parameters:
pFormName - the name of the form issuing the submit
Method Detail

setFormName

public void setFormName(java.lang.String pFormName)
Sets the formName property

Parameters:
pFormName - the form name of the form issuing the submit

getFormName

public java.lang.String getFormName()
Gets the formName property

Returns:
the formName of the form issuing the submit

toStringProperties

protected java.lang.String toStringProperties()
Returns the String representation of all the public properties of this message.

Overrides:
toStringProperties in class DASMessage