org.lexgrid.loader.processor.support
Interface PropertyLinkResolver<T>

All Known Implementing Classes:
MetaPropertyLinkResolver

public interface PropertyLinkResolver<T>

The Interface PropertyLinkResolver.

Author:
Kevin Peterson

Method Summary
 java.lang.String getEntityCode(T item)
          Gets the entity code.
 java.lang.String getLink(T item)
          Gets the link.
 java.lang.String getSourceId(T item)
          Gets the source id.
 java.lang.String getTargetId(T item)
          Gets the target id.
 

Method Detail

getEntityCode

java.lang.String getEntityCode(T item)
Gets the entity code.

Parameters:
item - the item
Returns:
the entity code

getLink

java.lang.String getLink(T item)
Gets the link.

Parameters:
item - the item
Returns:
the link

getSourceId

java.lang.String getSourceId(T item)
Gets the source id.

Parameters:
item - the item
Returns:
the source id

getTargetId

java.lang.String getTargetId(T item)
Gets the target id.

Parameters:
item - the item
Returns:
the target id

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.