atg.b2bcommerce.approval
Class ApprovalMessage

java.lang.Object
  extended by atg.commerce.messaging.CommerceMessageImpl
      extended by atg.commerce.approval.ApprovalMessage
          extended by atg.b2bcommerce.approval.ApprovalMessage
All Implemented Interfaces:
CommerceMessage, java.io.Serializable

Deprecated.

public class ApprovalMessage
extends ApprovalMessage

See Also:
ApprovalMessage, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated.  
 
Fields inherited from class atg.commerce.approval.ApprovalMessage
APPROVAL_FAILED, APPROVAL_PASSED, APPROVED, REJECTED, TYPE
 
Constructor Summary
ApprovalMessage()
          Deprecated.  
 
Method Summary
 java.lang.String getType()
          Deprecated. This is the JMS message type for the message that this class represents.
 
Methods inherited from class atg.commerce.approval.ApprovalMessage
getApprovalStatus, getOrder, getOrderOwnerProfile, getProfile, setApprovalStatus, setOrder, setOrderOwnerProfile, setProfile, toString
 
Methods inherited from class atg.commerce.messaging.CommerceMessageImpl
appendBaseToString, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSiteId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSiteId, setSource, setUserId
 
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
Deprecated. 
Constructor Detail

ApprovalMessage

public ApprovalMessage()
Deprecated. 
Method Detail

getType

public java.lang.String getType()
Deprecated. 
This is the JMS message type for the message that this class represents. It overrides the base class to the B2BCommerce value.

Specified by:
getType in interface CommerceMessage
Overrides:
getType in class ApprovalMessage