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, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSiteId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSiteId, setSource, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSource, getUserId, setId, setParentSessionId, setSessionId, 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 CommerceMessagegetType in class CommerceMessageImplpublic java.lang.String toString()
toString in class java.lang.Object