org.lexgrid.loader.umls.processor
Class MrstyPropertyProcessor

java.lang.Object
  extended by org.lexgrid.loader.processor.CodingSchemeIdAwareProcessor
      extended by org.lexgrid.loader.processor.AbstractSupportedAttributeRegisteringProcessor<I,ParentIdHolder<Property>>
          extended by org.lexgrid.loader.processor.EntityPropertyProcessor<Mrsty>
              extended by org.lexgrid.loader.umls.processor.MrstyPropertyProcessor
All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<Mrsty,ParentIdHolder<Property>>, org.springframework.beans.factory.InitializingBean

public class MrstyPropertyProcessor
extends EntityPropertyProcessor<Mrsty>

The Class MrstyPropertyProcessor.

Author:
Kevin Peterson

Constructor Summary
MrstyPropertyProcessor()
           
 
Method Summary
 ParentIdHolder<Property> doProcess(Mrsty item)
          Mrsty Properties are always set to 'isPreferred' = false; This processor assumes that all skippable entries in Mrsty have been skipped.
 
Methods inherited from class org.lexgrid.loader.processor.EntityPropertyProcessor
afterPropertiesSet, getEntityKeyResolver, getPropertyResolver, registerSupportedAttributes, setEntityKeyResolver, setPropertyResolver
 
Methods inherited from class org.lexgrid.loader.processor.AbstractSupportedAttributeRegisteringProcessor
getSupportedAttributeTemplate, isRegisterSupportedAttributes, process, setRegisterSupportedAttributes, setSupportedAttributeTemplate
 
Methods inherited from class org.lexgrid.loader.processor.CodingSchemeIdAwareProcessor
getCodingSchemeIdSetter, setCodingSchemeIdSetter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MrstyPropertyProcessor

public MrstyPropertyProcessor()
Method Detail

doProcess

public ParentIdHolder<Property> doProcess(Mrsty item)
                                   throws java.lang.Exception
Mrsty Properties are always set to 'isPreferred' = false; This processor assumes that all skippable entries in Mrsty have been skipped.

Overrides:
doProcess in class EntityPropertyProcessor<Mrsty>
Parameters:
item - the item
Returns:
the entity property
Throws:
java.lang.Exception - the exception

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.