atg.nucleus.dms
Class FormSubmissionMessage

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

public class FormSubmissionMessage
extends atg.nucleus.dms.DASSiteMessage

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
protected  boolean mIsFormSubmitted
          Property: isFormSubmitted
 
Fields inherited from class atg.nucleus.dms.DASSiteMessage
SITE_GROUP_STORAGE_ADAPTER_PATH
 
Constructor Summary
FormSubmissionMessage()
           
FormSubmissionMessage(java.lang.String pFormName)
          Constructs an instance of FormSubmissionMessage
FormSubmissionMessage(java.lang.String pFormName, boolean pIsFormSubmitted)
          Constructs an instance of FormSubmissionMessage
 
Method Summary
 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.
 
Methods inherited from class atg.nucleus.dms.DASSiteMessage
getSiteGroupIds, getSiteId, setSiteId, setSiteIdFromSiteContext
 
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


mIsFormSubmitted

protected boolean mIsFormSubmitted
Property: isFormSubmitted

Constructor Detail

FormSubmissionMessage

public FormSubmissionMessage()

FormSubmissionMessage

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

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

FormSubmissionMessage

public FormSubmissionMessage(java.lang.String pFormName,
                             boolean pIsFormSubmitted)
Constructs an instance of FormSubmissionMessage

Parameters:
pFormName - the name of the form issuing the submit
pIsFormSubmitted - the flag that is set if form is submitted succesfully
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

setIsFormSubmitted

public void setIsFormSubmitted(boolean pIsFormSubmitted)
Sets the IsFormSubmitted property

Parameters:
pIsFormSubmitted - that is set if form is submitted succesfully

getIsFormSubmitted

public boolean getIsFormSubmitted()
Gets the IsFormSubmitted property

Returns:
the pIsFormSubmitted that is set if form is submitted succesfully

toStringProperties

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

Overrides:
toStringProperties in class DASMessage