org.lexevs.dao.database.service.event.codingscheme
Class CodingSchemeUpdateEvent

java.lang.Object
  extended by org.lexevs.dao.database.service.event.codingscheme.CodingSchemeUpdateEvent

public class CodingSchemeUpdateEvent
extends java.lang.Object

The Class CodingSchemeUpdateEvent.

Author:
Kevin Peterson

Constructor Summary
CodingSchemeUpdateEvent(java.lang.String codingSchemeUId)
           
CodingSchemeUpdateEvent(java.lang.String revisionId, java.lang.String entryStateId, CodingScheme originalCodingScheme, CodingScheme updatedCodingScheme)
          Instantiates a new coding scheme update event.
 
Method Summary
 java.lang.String getCodingSchemeUId()
           
 java.lang.String getEntryStateId()
          Gets the entry state id.
 CodingScheme getOriginalCodingScheme()
          Gets the original coding scheme.
 java.lang.String getRevisionId()
          Gets the revision id.
 CodingScheme getUpdatedCodingScheme()
          Gets the updated coding scheme.
 void setCodingSchemeUId(java.lang.String codingSchemeUId)
           
 void setEntryStateId(java.lang.String entryStateId)
          Sets the entry state id.
 void setOriginalCodingScheme(CodingScheme originalCodingScheme)
          Sets the original coding scheme.
 void setRevisionId(java.lang.String revisionId)
          Sets the revision id.
 void setUpdatedCodingScheme(CodingScheme updatedCodingScheme)
          Sets the updated coding scheme.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodingSchemeUpdateEvent

public CodingSchemeUpdateEvent(java.lang.String revisionId,
                               java.lang.String entryStateId,
                               CodingScheme originalCodingScheme,
                               CodingScheme updatedCodingScheme)
Instantiates a new coding scheme update event.

Parameters:
revisionId - the revision id
entryStateId - the entry state id
originalCodingScheme - the original coding scheme
updatedCodingScheme - the updated coding scheme

CodingSchemeUpdateEvent

public CodingSchemeUpdateEvent(java.lang.String codingSchemeUId)
Parameters:
codingSchemeUId -
Method Detail

getRevisionId

public java.lang.String getRevisionId()
Gets the revision id.

Returns:
the revision id

setRevisionId

public void setRevisionId(java.lang.String revisionId)
Sets the revision id.

Parameters:
revisionId - the new revision id

getOriginalCodingScheme

public CodingScheme getOriginalCodingScheme()
Gets the original coding scheme.

Returns:
the original coding scheme

setOriginalCodingScheme

public void setOriginalCodingScheme(CodingScheme originalCodingScheme)
Sets the original coding scheme.

Parameters:
originalCodingScheme - the new original coding scheme

getUpdatedCodingScheme

public CodingScheme getUpdatedCodingScheme()
Gets the updated coding scheme.

Returns:
the updated coding scheme

setUpdatedCodingScheme

public void setUpdatedCodingScheme(CodingScheme updatedCodingScheme)
Sets the updated coding scheme.

Parameters:
updatedCodingScheme - the new updated coding scheme

setEntryStateId

public void setEntryStateId(java.lang.String entryStateId)
Sets the entry state id.

Parameters:
entryStateId - the new entry state id

getEntryStateId

public java.lang.String getEntryStateId()
Gets the entry state id.

Returns:
the entry state id

getCodingSchemeUId

public java.lang.String getCodingSchemeUId()

setCodingSchemeUId

public void setCodingSchemeUId(java.lang.String codingSchemeUId)

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.