atg.agent.events
Class ItemUpdateAgentEvent

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

public class ItemUpdateAgentEvent
extends AgentEvent

Agent event for capturing an update to an item.

See Also:
Serialized Form

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
ItemUpdateAgentEvent()
           
ItemUpdateAgentEvent(java.lang.String pActivityType, java.lang.String pItemId, java.util.Collection pPropertyUpdates)
          Constructs a new ItemUpdateAgentEvent.
 
Method Summary
 java.lang.String getItemId()
           
 java.util.Collection getPropertyUpdates()
           
 void setItemId(java.lang.String pItemId)
          Sets the id of the item associated with the updates
 void setPropertyUpdates(java.util.Collection pPropertyUpdates)
          Sets the collection of property updates
 
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

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

ItemUpdateAgentEvent

public ItemUpdateAgentEvent()

ItemUpdateAgentEvent

public ItemUpdateAgentEvent(java.lang.String pActivityType,
                            java.lang.String pItemId,
                            java.util.Collection pPropertyUpdates)
Constructs a new ItemUpdateAgentEvent.

Method Detail

getItemId

public java.lang.String getItemId()
Returns:
Returns the ItemId.

setItemId

public void setItemId(java.lang.String pItemId)
Sets the id of the item associated with the updates

Parameters:
pItemId - The id of the item associated with the updates.

getPropertyUpdates

public java.util.Collection getPropertyUpdates()
Returns:
Returns the collection of property updates.

setPropertyUpdates

public void setPropertyUpdates(java.util.Collection pPropertyUpdates)
Sets the collection of property updates

Parameters:
pPropertyUpdates - the collection of property updates.