|
||||||||||
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.GrantAppeasement
public class GrantAppeasement
The message class to be used to notify listeners when a CSR agent grants an appeasement (store credit, promotion, or credit card credit).
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Fields inherited from class atg.agent.events.AgentEvent |
---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
Constructor Summary | |
---|---|
GrantAppeasement()
|
Method Summary | |
---|---|
double |
getAmount()
|
java.lang.String |
getAppeasementId()
|
void |
setAmount(double pAmount)
Sets the amount of the appeasement |
void |
setAppeasementId(java.lang.String pAppeasementId)
Sets the ID that represents the appeasement (e.g., store credit ID, promotion ID, credit card ID) |
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, toString |
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 GrantAppeasement()
Method Detail |
---|
public void setAmount(double pAmount)
pAmount
- the amount of the appeasementpublic double getAmount()
public void setAppeasementId(java.lang.String pAppeasementId)
pAppeasementId
- the ID that represents the appeasementpublic java.lang.String getAppeasementId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |