|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.agent.events.AgentEvent
atg.commerce.csr.events.OrderEvent
atg.commerce.csr.events.SplitCostCenter
public class SplitCostCenter
The message class to be used to notify listeners when a CSR splits a shipping group's commerce items into another shipping group
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Fields inherited from class atg.agent.events.AgentEvent |
---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
Constructor Summary | |
---|---|
SplitCostCenter()
|
Method Summary | |
---|---|
java.lang.String |
getCommerceIdentifierId()
|
java.lang.String |
getDestinationCostCenterId()
|
long |
getQuantity()
|
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 |
setSourceCostCenterId(java.lang.String pSourceCostCenterId)
Sets the ID of the cost center the item was removed from |
Methods inherited from class atg.commerce.csr.events.OrderEvent |
---|
getAmount, getOrderId, setAmount, setOrderId, toString |
Methods inherited from class atg.agent.events.AgentEvent |
---|
getAgentProfile, getCurrentSiteId, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, setCurrentSiteId, setCustomerProfile, setCustomerProfileId, setEventDate, setIPAddress, setOrganizationId, setParentSessionId, setProfileId, setSessionId, setTicketId, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public SplitCostCenter()
Method Detail |
---|
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 setSourceCostCenterId(java.lang.String pSourceCostCenterId)
pSourceCostCenterId
- the ID of the cost center the item was removed frompublic java.lang.String getSourceCostCenterId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |