org.lexevs.registry.event.events
Class TagUpdateEvent

java.lang.Object
  extended by org.lexevs.registry.event.events.TagUpdateEvent

public class TagUpdateEvent
extends java.lang.Object

The Class TagUpdateEvent.

Author:
Kevin Peterson

Constructor Summary
TagUpdateEvent(java.lang.String previousTag, RegistryEntry registryEntry)
          Instantiates a new tag update event.
 
Method Summary
 java.lang.String getPreviousTag()
          Gets the previous tag.
 RegistryEntry getRegistryEntry()
          Gets the registry entry.
 void setPreviousTag(java.lang.String previousTag)
          Sets the previous tag.
 void setRegistryEntry(RegistryEntry registryEntry)
          Sets the registry entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagUpdateEvent

public TagUpdateEvent(java.lang.String previousTag,
                      RegistryEntry registryEntry)
Instantiates a new tag update event.

Parameters:
previousTag - the previous tag
registryEntry - the registry entry
Method Detail

getPreviousTag

public java.lang.String getPreviousTag()
Gets the previous tag.

Returns:
the previous tag

setPreviousTag

public void setPreviousTag(java.lang.String previousTag)
Sets the previous tag.

Parameters:
previousTag - the new previous tag

getRegistryEntry

public RegistryEntry getRegistryEntry()
Gets the registry entry.

Returns:
the registry entry

setRegistryEntry

public void setRegistryEntry(RegistryEntry registryEntry)
Sets the registry entry.

Parameters:
registryEntry - the new registry entry

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.