gov.nih.nci.caarray.services.util.dataconverter.assembler
Class BibliographicReferenceAssembler

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.dataconverter.assembler.AssemblerFactory
      extended by gov.nih.nci.caarray.services.util.dataconverter.assembler.BibliographicReferenceAssembler

public class BibliographicReferenceAssembler
extends AssemblerFactory

Author:
TranP

Constructor Summary
BibliographicReferenceAssembler()
           
 
Method Summary
 java.lang.Object create(java.lang.Object[] sourceObjects)
          Create an object which properties has the value provided by the specified objects as mapped by mapper-repository.xml
 void update(java.util.List sources, java.lang.Object targetObject, boolean overwrite)
           
 
Methods inherited from class gov.nih.nci.caarray.services.util.dataconverter.assembler.AssemblerFactory
getAssembler, getMatchedObject, getRepository, indexOfInstanceOfClass, update, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BibliographicReferenceAssembler

public BibliographicReferenceAssembler()
Method Detail

create

public java.lang.Object create(java.lang.Object[] sourceObjects)
Description copied from class: AssemblerFactory
Create an object which properties has the value provided by the specified objects as mapped by mapper-repository.xml

Specified by:
create in class AssemblerFactory
Returns:

update

public void update(java.util.List sources,
                   java.lang.Object targetObject,
                   boolean overwrite)
Specified by:
update in class AssemblerFactory