public class SplitShippingGroup extends OrderEvent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
SplitShippingGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommerceItemId() |
java.lang.String |
getDestinationShippingGroupId() |
long |
getQuantity() |
java.lang.String |
getSourceShippingGroupId() |
void |
setCommerceItemId(java.lang.String pCommerceItemId)
Sets the ID of the commerce item that was moved
|
void |
setDestinationShippingGroupId(java.lang.String pDestinationShippingGroupId)
Sets the ID of the shipping group that the item was moved into
|
void |
setQuantity(long pQuantity)
The quantity of the item that was moved
|
void |
setSourceShippingGroupId(java.lang.String pSourceShippingGroupId)
Sets the ID of the shipping group the item was removed from
|
getAmount, getOrderId, setAmount, setOrderId, 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 setCommerceItemId(java.lang.String pCommerceItemId)
pCommerceItemId
- the id of the commerce item that was movedpublic java.lang.String getCommerceItemId()
public void setDestinationShippingGroupId(java.lang.String pDestinationShippingGroupId)
pDestinationShippingGroupId
- the ID of the shipping group the item was moved intopublic java.lang.String getDestinationShippingGroupId()
public void setQuantity(long pQuantity)
pQuantity
- the quantity of the item that was movedpublic long getQuantity()
public void setSourceShippingGroupId(java.lang.String pSourceShippingGroupId)
pSourceShippingGroupId
- the ID of the shipping group the item was removed frompublic java.lang.String getSourceShippingGroupId()