org.lexgrid.loader.processor.support
Class AbstractBasicAssociationResolver<I>

java.lang.Object
  extended by org.lexgrid.loader.processor.support.AbstractBasicAssociationResolver<I>
All Implemented Interfaces:
AssociationResolver<I>

public abstract class AbstractBasicAssociationResolver<I>
extends java.lang.Object
implements AssociationResolver<I>

The Class AbstractBasicAssociationResolver.

Author:
Kevin Peterson

Constructor Summary
AbstractBasicAssociationResolver()
           
 
Method Summary
 java.lang.String getAssociationName(I item)
          Gets the association name.
 java.lang.String getEntityCode(I item)
          Gets the entity code.
 java.lang.String getEntityCodeNamespace(I item)
          Gets the entity code namespace.
 java.lang.String getEntityDescription(I item)
          Gets the entity description.
 java.lang.String getForwardName(I item)
          Gets the forward name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.lexgrid.loader.processor.support.AssociationResolver
getContainerName, getInverseId, getIsAntiReflexive, getIsAntiSymmetric, getIsAntiTransitive, getIsFunctional, getIsNavigable, getIsReflexive, getIsReverseFunctional, getIsSymmetric, getIsTransitive, getReverseName
 

Constructor Detail

AbstractBasicAssociationResolver

public AbstractBasicAssociationResolver()
Method Detail

getAssociationName

public java.lang.String getAssociationName(I item)
Description copied from interface: AssociationResolver
Gets the association name.

Specified by:
getAssociationName in interface AssociationResolver<I>
Parameters:
item - the item
Returns:
the association name

getEntityCode

public java.lang.String getEntityCode(I item)
Description copied from interface: AssociationResolver
Gets the entity code.

Specified by:
getEntityCode in interface AssociationResolver<I>
Parameters:
item - the item
Returns:
the entity code

getEntityCodeNamespace

public java.lang.String getEntityCodeNamespace(I item)
Description copied from interface: AssociationResolver
Gets the entity code namespace.

Specified by:
getEntityCodeNamespace in interface AssociationResolver<I>
Parameters:
item - the item
Returns:
the entity code namespace

getEntityDescription

public java.lang.String getEntityDescription(I item)
Description copied from interface: AssociationResolver
Gets the entity description.

Specified by:
getEntityDescription in interface AssociationResolver<I>
Parameters:
item - the item
Returns:
the entity description

getForwardName

public java.lang.String getForwardName(I item)
Description copied from interface: AssociationResolver
Gets the forward name.

Specified by:
getForwardName in interface AssociationResolver<I>
Parameters:
item - the item
Returns:
the forward name

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.