eu.etaxonomy.cdm.io.common
Class IoStateBase<CONFIG extends IIoConfigurator,IO extends ICdmIO>

java.lang.Object
  extended by 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

Constructor Summary
IoStateBase()
           
 
Method Summary
 CONFIG getConfig()
           
 IO getCurrentIO()
           
 void initialize(CONFIG config)
           
 boolean isSuccess()
           
 void setConfig(CONFIG config)
           
 void setCurrentIO(IO currentIO)
           
 void setSuccess(boolean success)
           
 void setUnsuccessfull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IoStateBase

public IoStateBase()
Method Detail

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.