atg.commerce.fulfillment
Class UpdateInventoryImpl

java.lang.Object
  extended by atg.commerce.messaging.CommerceMessageImpl
      extended by atg.commerce.fulfillment.UpdateInventoryImpl
All Implemented Interfaces:
UpdateInventory, CommerceMessage, java.io.Serializable

public class UpdateInventoryImpl
extends CommerceMessageImpl
implements UpdateInventory

This an implementation of the interface.

See Also:
UpdateInventory, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String TYPE
          This is the JMS message type for the message that this class represents.
 
Constructor Summary
UpdateInventoryImpl()
           
 
Method Summary
 java.lang.String[] getItemIds()
          The list of inventory item ids that have increased inventory
 java.lang.String getType()
          return the TYPE of the message
 void setItemIds(java.lang.String[] pItemIds)
          The list of inventory item ids that have increased inventory
 java.lang.String toString()
          This method returns a readable string representing the contents of this message.
 
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
 
Methods inherited from interface atg.commerce.messaging.CommerceMessage
getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSource, getUserId, setId, setParentSessionId, setSessionId, setSource, setUserId
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


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

UpdateInventoryImpl

public UpdateInventoryImpl()
Method Detail

getItemIds

public java.lang.String[] getItemIds()
The list of inventory item ids that have increased inventory

Specified by:
getItemIds in interface UpdateInventory

setItemIds

public void setItemIds(java.lang.String[] pItemIds)
The list of inventory item ids that have increased inventory

Specified by:
setItemIds in interface UpdateInventory

getType

public java.lang.String getType()
return the TYPE of the message

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

toString

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

Overrides:
toString in class java.lang.Object