public class GiftItemEvent extends GiftlistEvent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
GiftItemEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCatalogRefId()
Returns property catalogRefId.
|
long |
getNewQuantity()
The new quantity of the item
|
long |
getOldQuantity()
The quantity of the item before the change
|
void |
setCatalogRefId(java.lang.String pCatalogRefId)
Sets property catalogRefId.
|
void |
setNewQuantity(long pNewQuantity) |
void |
setOldQuantity(long pOldQuantity) |
getEventName, getGiftlistId, getPropertyUpdates, setEventName, setGiftlistId, setPropertyUpdates, toString
getAgentProfile, getCurrentSiteId, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, setCurrentSiteId, setCustomerProfile, setCustomerProfileId, setEventDate, setIPAddress, setOrganizationId, setParentSessionId, setProfileId, setSessionId, setTicketId, setType
public static final java.lang.String CLASS_VERSION
public void setCatalogRefId(java.lang.String pCatalogRefId)
pCatalogRefId
- The property to store the sku id.public java.lang.String getCatalogRefId()
public void setOldQuantity(long pOldQuantity)
public long getOldQuantity()
public void setNewQuantity(long pNewQuantity)
public long getNewQuantity()