com.partnersoft.maps.translator
Class DataRecordSourceMapDataMerge

java.lang.Object
  extended by com.partnersoft.maps.translator.AbstractMapDataMerge
      extended by com.partnersoft.maps.translator.DataRecordSourceMapDataMerge
All Implemented Interfaces:
Coggable, MapDataMerge

public class DataRecordSourceMapDataMerge
extends AbstractMapDataMerge


Constructor Summary
DataRecordSourceMapDataMerge()
           
DataRecordSourceMapDataMerge(Cog state)
           
 
Method Summary
 DataRecordSource getSource()
           
 void importData(TranslationDatabase database)
          Import the data from its source into the translation database.
 void setSource(DataRecordSource source)
           
 Cog toCog()
          Returns the complete internal state of this object in the form of a Cog.
 
Methods inherited from class com.partnersoft.maps.translator.AbstractMapDataMerge
getMergeFields, getName, getTableName, mergeData, setMergeFields, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRecordSourceMapDataMerge

public DataRecordSourceMapDataMerge()

DataRecordSourceMapDataMerge

public DataRecordSourceMapDataMerge(Cog state)
Method Detail

importData

public void importData(TranslationDatabase database)
Description copied from interface: MapDataMerge
Import the data from its source into the translation database.


toCog

public Cog toCog()
Description copied from interface: Coggable
Returns the complete internal state of this object in the form of a Cog.

Specified by:
toCog in interface Coggable
Overrides:
toCog in class AbstractMapDataMerge
Returns:
Cog representing the internal state of this object

getSource

public DataRecordSource getSource()

setSource

public void setSource(DataRecordSource source)