public class UpdateInventoryImpl extends CommerceMessageImpl implements atg.commerce.fulfillment.UpdateLocationInventory
UpdateInventory, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
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 and Description | 
|---|
UpdateInventoryImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String[] | 
getItemIds()
The list of inventory item ids that have increased inventory 
 | 
java.lang.String | 
getLocationId()
Gets the location id for the items 
 | 
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 
 | 
void | 
setLocationId(java.lang.String pLocationId)
Sets the location Id of the inventory 
 | 
java.lang.String | 
toString()
This method returns a readable string representing the contents of this message. 
 | 
appendBaseToString, getAttribute, getAttributes, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSiteId, getSource, getUserId, setAttribute, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSiteId, setSource, setUserIdpublic static java.lang.String CLASS_VERSION
public static final java.lang.String TYPE
public java.lang.String[] getItemIds()
getItemIds in interface UpdateInventorypublic void setItemIds(java.lang.String[] pItemIds)
setItemIds in interface UpdateInventorypublic java.lang.String getLocationId()
getLocationId in interface atg.commerce.fulfillment.UpdateLocationInventorypublic void setLocationId(java.lang.String pLocationId)
setLocationId in interface atg.commerce.fulfillment.UpdateLocationInventorypLocationId - the location id to setpublic java.lang.String getType()
getType in interface atg.dms.forward.ForwardMessagegetType in class atg.dms.forward.ForwardMessageImplpublic java.lang.String toString()
toString in class java.lang.Object