com.konakartadmin.blif
Interface ExportConfigIf


public interface ExportConfigIf

ExportConfigIf interface


Method Summary
 XmlIoDataConfig getData()
           
 KKAdminIf getEng()
           
 java.io.File getRootDir()
           
 java.lang.String getSessionId()
           
 java.lang.String getStoreId()
           
 void setData(XmlIoDataConfig data)
           
 void setEng(KKAdminIf eng)
           
 void setRootDir(java.io.File rootDir)
           
 void setSessionId(java.lang.String sessionId)
           
 void setStoreId(java.lang.String storeId)
           
 void validate()
          Validates this object
 

Method Detail

getData

XmlIoDataConfig getData()
Returns:
the data

setData

void setData(XmlIoDataConfig data)
Parameters:
data - the data to set

validate

void validate()
              throws com.konakart.app.KKException,
                     KKAdminException
Validates this object

Throws:
com.konakart.app.KKException
KKAdminException

getEng

KKAdminIf getEng()
Returns:
the eng

setEng

void setEng(KKAdminIf eng)
Parameters:
eng - the eng to set

getSessionId

java.lang.String getSessionId()
Returns:
the sessionId

setSessionId

void setSessionId(java.lang.String sessionId)
Parameters:
sessionId - the sessionId to set

getRootDir

java.io.File getRootDir()
Returns:
the rootDir

setRootDir

void setRootDir(java.io.File rootDir)
Parameters:
rootDir - the rootDir to set

getStoreId

java.lang.String getStoreId()
Returns:
the storeId

setStoreId

void setStoreId(java.lang.String storeId)
Parameters:
storeId - the storeId to set


Copyright © 2011 DS Data Systems UK Ltd.