public class CommerceItemEvent extends OrderEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
CommerceItemEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommerceItemId() |
long |
getNewQuantity()
The new quantity of the item
|
long |
getOldQuantity()
The quantity of the item before the change
|
void |
setCommerceItemId(java.lang.String pCommerceItemId)
Sets the ID of the commerce item
|
void |
setNewQuantity(long pNewQuantity) |
void |
setOldQuantity(long pOldQuantity) |
getAmount, getOrderId, setAmount, setOrderId, toStringgetAgentProfile, getCurrentSiteId, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, setCurrentSiteId, setCustomerProfile, setCustomerProfileId, setEventDate, setIPAddress, setOrganizationId, setParentSessionId, setProfileId, setSessionId, setTicketId, setTypepublic static final java.lang.String CLASS_VERSION
public void setCommerceItemId(java.lang.String pCommerceItemId)
pCommerceItemId - the ID of the commerce itempublic java.lang.String getCommerceItemId()
public void setOldQuantity(long pOldQuantity)
public long getOldQuantity()
public void setNewQuantity(long pNewQuantity)
public long getNewQuantity()