public class OrderEvent
extends atg.agent.events.AgentEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
OrderEvent() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getAgentProfile, 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 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