atg.nucleus.dms
Class DASMessage

java.lang.Object
  extended by atg.nucleus.dms.DASMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DPSMessage, FormSubmissionMessage, InboundEmailMessage, SlotItemRequestMessage

public class DASMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
DASMessage()
          Constructs a DAS message.
 
Method Summary
static java.lang.String limitSize(java.lang.String pValue, int pSize)
          Limits the size of a given String value to the given number of characters.
 java.lang.String toString()
          Returns the String representation of this message.
protected  java.lang.String toStringProperties()
          Returns the String representation of all the public properties of this message.
 
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

Constructor Detail

DASMessage

public DASMessage()
Constructs a DAS message.

Method Detail

toString

public java.lang.String toString()
Returns the String representation of this message.

Overrides:
toString in class java.lang.Object

limitSize

public static java.lang.String limitSize(java.lang.String pValue,
                                         int pSize)
Limits the size of a given String value to the given number of characters. This can be used when producing the string representations of message property values, for reporting purposes.


toStringProperties

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