atg.commerce.csr.events
Class CreateOrderComment

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

public class CreateOrderComment
extends OrderEvent

The message class to be used to notify listeners when a CSR adds a comment to an order

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
CreateOrderComment()
           
 
Method Summary
 java.lang.String getCommentId()
           
 void setCommentId(java.lang.String pCommentId)
          Sets the ID of the comment repository item
 
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

CreateOrderComment

public CreateOrderComment()
Method Detail

setCommentId

public void setCommentId(java.lang.String pCommentId)
Sets the ID of the comment repository item

Parameters:
pCommentId - the ID of the comment repository item

getCommentId

public java.lang.String getCommentId()
Returns:
the ID of the comment repository item