org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback
Class AbstractCycleDetectingCallback.AssociatedConceptKey

java.lang.Object
  extended by org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback.AbstractCycleDetectingCallback.AssociatedConceptKey
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractCycleDetectingCallback

protected static class AbstractCycleDetectingCallback.AssociatedConceptKey
extends java.lang.Object
implements java.io.Serializable

The Class AssociatedConceptKey.

Author:
Kevin Peterson
See Also:
Serialized Form

Constructor Summary
AbstractCycleDetectingCallback.AssociatedConceptKey(java.lang.String code, java.lang.String namespace, java.lang.String associationName)
          Instantiates a new associated concept key.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAssociationName()
          Gets the association name.
 java.lang.String getCode()
          Gets the code.
 java.lang.String getNamespace()
          Gets the namespace.
 int hashCode()
           
 void setAssociationName(java.lang.String associationName)
          Sets the association name.
 void setCode(java.lang.String code)
          Sets the code.
 void setNamespace(java.lang.String namespace)
          Sets the namespace.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCycleDetectingCallback.AssociatedConceptKey

public AbstractCycleDetectingCallback.AssociatedConceptKey(java.lang.String code,
                                                           java.lang.String namespace,
                                                           java.lang.String associationName)
Instantiates a new associated concept key.

Parameters:
code - the code
namespace - the namespace
associationName - the association name
Method Detail

getCode

public java.lang.String getCode()
Gets the code.

Returns:
the code

setCode

public void setCode(java.lang.String code)
Sets the code.

Parameters:
code - the new code

getNamespace

public java.lang.String getNamespace()
Gets the namespace.

Returns:
the namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the namespace.

Parameters:
namespace - the new namespace

getAssociationName

public java.lang.String getAssociationName()
Gets the association name.

Returns:
the association name

setAssociationName

public void setAssociationName(java.lang.String associationName)
Sets the association name.

Parameters:
associationName - the new association name

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

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.