public class SplitCostCenter extends OrderEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
SplitCostCenter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommerceIdentifierId() |
java.lang.String |
getDestinationCostCenterId() |
long |
getQuantity() |
double |
getQuantityWithFraction() |
java.lang.String |
getSourceCostCenterId() |
void |
setCommerceIdentifierId(java.lang.String pCommerceIdentifierId)
Sets the ID of the commerce identifier that was moved
|
void |
setDestinationCostCenterId(java.lang.String pDestinationCostCenterId)
Sets the ID of the cost center that the item was moved into
|
void |
setQuantity(long pQuantity)
The quantity of the item that was moved
|
void |
setQuantityWithFraction(double pQuantityWithFraction)
Sets the quantityWithFraction of the item that was received
|
void |
setSourceCostCenterId(java.lang.String pSourceCostCenterId)
Sets the ID of the cost center the item was removed from
|
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 setCommerceIdentifierId(java.lang.String pCommerceIdentifierId)
pCommerceIdentifierId - the id of the commerce identifier that was movedpublic java.lang.String getCommerceIdentifierId()
public void setDestinationCostCenterId(java.lang.String pDestinationCostCenterId)
pDestinationCostCenterId - the ID of the cost center the item was moved intopublic java.lang.String getDestinationCostCenterId()
public void setQuantity(long pQuantity)
pQuantity - the quantity of the item that was movedpublic long getQuantity()
public void setQuantityWithFraction(double pQuantityWithFraction)
pQuantityWithFraction - the quantity of the item that was receivedpublic double getQuantityWithFraction()
public void setSourceCostCenterId(java.lang.String pSourceCostCenterId)
pSourceCostCenterId - the ID of the cost center the item was removed frompublic java.lang.String getSourceCostCenterId()