|
||||||||||
| 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.ViewCreditCardEvent
public class ViewCreditCardEvent
Agent event that is used to indicate that a credit card was viewed by an agent.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.agent.events.AgentEvent |
|---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
| Constructor Summary | |
|---|---|
ViewCreditCardEvent()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCreditCardNumber()
|
void |
setCreditCardNumber(java.lang.String pCreditCardNumber)
Sets the credit card number that was viewed |
| 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 ViewCreditCardEvent()
| Method Detail |
|---|
public void setCreditCardNumber(java.lang.String pCreditCardNumber)
pCreditCardNumber - the credit card number that was viewedpublic java.lang.String getCreditCardNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||