|
||||||||||
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
public class OrderEvent
The message class to be used to notify listeners when a CSR acts upon an order (views, edits, submits, etc.)
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Fields inherited from class atg.agent.events.AgentEvent |
---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
Constructor Summary | |
---|---|
OrderEvent()
|
Method Summary | |
---|---|
double |
getAmount()
|
java.lang.String |
getOrderId()
|
void |
setAmount(double pAmount)
Sets the amount of the order |
void |
setOrderId(java.lang.String pOrderId)
Sets the ID of the order |
java.lang.String |
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 OrderEvent()
Method Detail |
---|
public void setAmount(double pAmount)
pAmount
- the amount of the orderpublic double getAmount()
public void setOrderId(java.lang.String pOrderId)
pOrderId
- the ID of the orderpublic java.lang.String getOrderId()
public java.lang.String toString()
toString
in class atg.agent.events.AgentEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |