|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.processor.support.AbstractBasicEntityResolver<T>
public abstract class AbstractBasicEntityResolver<T>
The Class AbstractBasicEntityResolver.
Constructor Summary | |
---|---|
AbstractBasicEntityResolver()
|
Method Summary | |
---|---|
java.lang.String |
getEntityCode(T item)
Gets the entity code. |
java.lang.String |
getEntityCodeNamespace(T item)
Gets the entity code namespace. |
EntityCodeResolver<T> |
getEntityCodeResolver()
Gets the entity code resolver. |
java.lang.String |
getEntityDescription(T item)
Gets the entity description. |
EntityDescriptionResolver<T> |
getEntityDescriptionResolver()
Gets the entity description resolver. |
EntityNamespaceResolver<T> |
getEntityNamespaceResolver()
Gets the entity namespace resolver. |
void |
setEntityCodeResolver(EntityCodeResolver<T> entityCodeResolver)
Sets the entity code resolver. |
void |
setEntityDescriptionResolver(EntityDescriptionResolver<T> entityDescriptionResolver)
Sets the entity description resolver. |
void |
setEntityNamespaceResolver(EntityNamespaceResolver<T> entityNamespaceResolver)
Sets the entity namespace resolver. |
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.EntityResolver |
---|
getEntityTypes, getIsActive, getIsAnonymous, getIsDefined |
Constructor Detail |
---|
public AbstractBasicEntityResolver()
Method Detail |
---|
public java.lang.String getEntityCode(T item)
EntityResolver
getEntityCode
in interface EntityResolver<T>
item
- the item
public java.lang.String getEntityCodeNamespace(T item)
EntityResolver
getEntityCodeNamespace
in interface EntityResolver<T>
item
- the item
public java.lang.String getEntityDescription(T item)
EntityResolver
getEntityDescription
in interface EntityResolver<T>
item
- the item
public EntityCodeResolver<T> getEntityCodeResolver()
public void setEntityCodeResolver(EntityCodeResolver<T> entityCodeResolver)
entityCodeResolver
- the new entity code resolverpublic EntityDescriptionResolver<T> getEntityDescriptionResolver()
public void setEntityDescriptionResolver(EntityDescriptionResolver<T> entityDescriptionResolver)
entityDescriptionResolver
- the new entity description resolverpublic EntityNamespaceResolver<T> getEntityNamespaceResolver()
public void setEntityNamespaceResolver(EntityNamespaceResolver<T> entityNamespaceResolver)
entityNamespaceResolver
- the new entity namespace resolver
|
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |