mam.agent.pluginAgentRes
Class KnowledgeDestroyedEvent

mam.agent.pluginAgentRes.PluginGLEvent
  |
  +--mam.agent.pluginAgentRes.KnowledgeDestroyedEvent

public class KnowledgeDestroyedEvent
extends PluginGLEvent

Description of the Class

Author:
nideffer
created September 6, 2001

Field Summary
 (package private) MamIdm_id
           
 (package private) Stringm_url
           

Constructor Summary
KnowledgeDestroyedEvent(MamId id, String url)
          Constructor for the KnowledgeDestroyedEvent object

Method Summary
 MamIdgetMamId()
          Gets the MamId attribute of the KnowledgeDestroyedEvent object
 StringgetUrl()
          Gets the Url attribute of the KnowledgeDestroyedEvent object
 voidsetMamId(MamId id)
          Sets the MamId attribute of the KnowledgeDestroyedEvent object
 voidsetUrl(String url)
          Sets the Url attribute of the KnowledgeDestroyedEvent object

Field Detail

m_id

MamId m_id

m_url

String m_url
Constructor Detail

KnowledgeDestroyedEvent

public KnowledgeDestroyedEvent(MamId id, String url)
Constructor for the KnowledgeDestroyedEvent object
Parameters:
id - Description of Parameter
url - Description of Parameter
Method Detail

getMamId

public MamId getMamId()
Gets the MamId attribute of the KnowledgeDestroyedEvent object
Returns: The MamId value

getUrl

public String getUrl()
Gets the Url attribute of the KnowledgeDestroyedEvent object
Returns: The Url value

setMamId

public void setMamId(MamId id)
Sets the MamId attribute of the KnowledgeDestroyedEvent object
Parameters:
id - The new MamId value

setUrl

public void setUrl(String url)
Sets the Url attribute of the KnowledgeDestroyedEvent object
Parameters:
url - The new Url value