atg.projects.store.fulfillment
Class SettleElectronicGoods

java.lang.Object
  extended by atg.commerce.messaging.CommerceMessageImpl
      extended by atg.commerce.fulfillment.SubmitOrder
          extended by atg.projects.store.fulfillment.SettleElectronicGoods
All Implemented Interfaces:
atg.commerce.messaging.CommerceMessage, java.io.Serializable

public class SettleElectronicGoods
extends atg.commerce.fulfillment.SubmitOrder

This message will start the order fulfillment process for electronic goods in the order contained in the message. This message is typically sent when an external order management system indicates that payments for electronic goods have settled successfully.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
protected static long serialVersionUID
          The serialVersionUID which makes this object backwards compatible with previous releases.
static java.lang.String TYPE
          This is the JMS message type for the message that this class represents.
 
Constructor Summary
SettleElectronicGoods()
          Creates a new SettleElectronicGoods object.
 
Method Summary
 java.lang.String getType()
           
 java.lang.String toString()
          This method returns a readable string representing the contents of this message.
 
Methods inherited from class atg.commerce.fulfillment.SubmitOrder
getOrder, getOrderAsXML, getOrderId, getProfile, getProfileId, setOrder, setOrderAsXML, setOrderId, setProfile
 
Methods inherited from class atg.commerce.messaging.CommerceMessageImpl
appendBaseToString, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, 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
Class version string.


serialVersionUID

protected static final long serialVersionUID
The serialVersionUID which makes this object backwards compatible with previous releases.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
This is the JMS message type for the message that this class represents.

See Also:
Constant Field Values
Constructor Detail

SettleElectronicGoods

public SettleElectronicGoods()
Creates a new SettleElectronicGoods object.

Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface atg.commerce.messaging.CommerceMessage
Overrides:
getType in class atg.commerce.fulfillment.SubmitOrder
Returns:
the JMS message TYPE of the message

toString

public java.lang.String toString()
This method returns a readable string representing the contents of this message.

Overrides:
toString in class atg.commerce.fulfillment.SubmitOrder
Returns:
string representing the contents of this message.