eu.etaxonomy.cdm.io.excel.common
Class ExcelImportState<CONFIG extends ExcelImportConfiguratorBase,ROW extends ExcelRowBase>

java.lang.Object
  extended by eu.etaxonomy.cdm.io.common.IoStateBase<CONFIG,IO>
      extended by eu.etaxonomy.cdm.io.common.ImportStateBase<CONFIG,ExcelImporterBase>
          extended by eu.etaxonomy.cdm.io.excel.common.ExcelImportState<CONFIG,ROW>
Direct Known Subclasses:
SpecimenCdmExcelImportState, TaxonExcelImportState

public class ExcelImportState<CONFIG extends ExcelImportConfiguratorBase,ROW extends ExcelRowBase>
extends ImportStateBase<CONFIG,ExcelImporterBase>

Version:
1.0
Author:
a.mueller

Field Summary
 
Fields inherited from class eu.etaxonomy.cdm.io.common.ImportStateBase
service, stores
 
Constructor Summary
ExcelImportState(CONFIG config)
           
 
Method Summary
 Integer getCurrentLine()
           
 ROW getCurrentRow()
          The data holder class in which results for the current record are stored.
 void incCurrentLine()
          Increments the current line
 void setCurrentLine(Integer currentLine)
           
 void setCurrentRow(ROW currentRow)
           
 
Methods inherited from class eu.etaxonomy.cdm.io.common.ImportStateBase
countTrees, countTreeUuids, getAnnotationType, getExtensionType, getFeature, getLanguage, getMarkerType, getMeasurementUnit, getModifier, getNamedArea, getNamedAreaLevel, getPresenceTerm, getRank, getReferenceSystem, getStateTerm, getStatisticalMeasure, getStore, getStores, getTaxonRelationshipType, getTransformer, getTree, getTreeUuid, getTreeUuidByIntTreeKey, getTreeUuidByTreeKey, isCheck, putAnnotationType, putClassificationUuid, putClassificationUuidInt, putExtensionType, putFeature, putLanguage, putMarkerType, putMeasurementUnit, putModifier, putNamedArea, putNamedAreaLevel, putPresenceTerm, putRank, putReferenceSystem, putStateTerm, putStatisticalMeasure, putTaxonRelationshipType, putTree, putTreeUuid, setCheck, setStores, setTransformer
 
Methods inherited from class eu.etaxonomy.cdm.io.common.IoStateBase
getConfig, getCurrentIO, initialize, isSuccess, setConfig, setCurrentIO, setSuccess, setUnsuccessfull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelImportState

public ExcelImportState(CONFIG config)
Method Detail

getCurrentLine

public Integer getCurrentLine()

setCurrentLine

public void setCurrentLine(Integer currentLine)

incCurrentLine

public void incCurrentLine()
Increments the current line


getCurrentRow

public ROW getCurrentRow()
The data holder class in which results for the current record are stored.

Returns:

setCurrentRow

public void setCurrentRow(ROW currentRow)


Copyright © 2007-2013 EDIT. All Rights Reserved.