atg.commerce.csr.events
Class ClaimItem

java.lang.Object
  extended by atg.agent.events.AgentEvent
      extended by atg.commerce.csr.events.OrderEvent
          extended by atg.commerce.csr.events.ClaimItem
All Implemented Interfaces:
atg.service.datacollection.TypedEvent, java.io.Serializable

public class ClaimItem
extends OrderEvent

The message class to be used to notify listeners when a CSR claims a coupon, gift certificate, or store credit for a customer

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.agent.events.AgentEvent
AGENT_TOOLS_COMPONENT, mCurrentSiteId
 
Constructor Summary
ClaimItem()
           
 
Method Summary
 java.lang.String getClaimableId()
           
 java.lang.String getClaimableType()
           
 void setClaimableId(java.lang.String pClaimableId)
          Sets the ID of the claimed item
 void setClaimableType(java.lang.String pClaimableType)
          Sets the type of claimed item (coupon, gift certificate, store credit)
 
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

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Constructor Detail

ClaimItem

public ClaimItem()
Method Detail

setClaimableId

public void setClaimableId(java.lang.String pClaimableId)
Sets the ID of the claimed item

Parameters:
pClaimableId - the ID of the claimed item

getClaimableId

public java.lang.String getClaimableId()
Returns:
the ID of the claimed item

setClaimableType

public void setClaimableType(java.lang.String pClaimableType)
Sets the type of claimed item (coupon, gift certificate, store credit)

Parameters:
pClaimableType - the type of claimed item (coupon, gift certificate, store credit)

getClaimableType

public java.lang.String getClaimableType()
Returns:
the type of the claimed item (coupon, gift certificate, store credit)