eu.etaxonomy.cdm.io.excel.common
Class ExcelImportState<CONFIG extends ExcelImportConfiguratorBase,ROW extends ExcelRowBase>
java.lang.Object
eu.etaxonomy.cdm.io.common.IoStateBase<CONFIG,IO>
eu.etaxonomy.cdm.io.common.ImportStateBase<CONFIG,ExcelImporterBase>
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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelImportState
public ExcelImportState(CONFIG config)
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.