eu.etaxonomy.cdm.io.common
Class IoStateBase<CONFIG extends IIoConfigurator,IO extends ICdmIO>
java.lang.Object
eu.etaxonomy.cdm.io.common.IoStateBase<CONFIG,IO>
- Direct Known Subclasses:
- ExportStateBase, ImportStateBase
public abstract class IoStateBase<CONFIG extends IIoConfigurator,IO extends ICdmIO>
- extends Object
- Version:
- 1.0
- Author:
- a.mueller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoStateBase
public IoStateBase()
getConfig
public CONFIG getConfig()
- Returns:
- the config
setConfig
public void setConfig(CONFIG config)
- Parameters:
config - the config to set
initialize
public void initialize(CONFIG config)
- Parameters:
config -
setCurrentIO
public void setCurrentIO(IO currentIO)
- Parameters:
currentImport - the currentImport to set
getCurrentIO
public IO getCurrentIO()
- Returns:
- the currentImport
setSuccess
public void setSuccess(boolean success)
setUnsuccessfull
public void setUnsuccessfull()
isSuccess
public boolean isSuccess()
Copyright © 2007-2013 EDIT. All Rights Reserved.