it.eng.spagobi.tools.importexport
Class ImportResultInfo

java.lang.Object
  extended by it.eng.spagobi.tools.importexport.ImportResultInfo

public class ImportResultInfo
extends java.lang.Object


Constructor Summary
ImportResultInfo()
           
 
Method Summary
 java.lang.String getAssociationsFileName()
          Gets the Name of associations file.
 java.lang.String getFolderName()
           
 java.lang.String getLogFileName()
          Gets the Name of log file.
 java.util.Map getManualTasks()
          Gets the manual tasks.
 void setAssociationsFileName(java.lang.String associationsFileName)
          Sets the Name of associations file.
 void setFolderName(java.lang.String folderName)
           
 void setLogFileName(java.lang.String logFileName)
          Sets the Name of log file.
 void setManualTasks(java.util.Map manualTasks)
          Sets the manual tasks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportResultInfo

public ImportResultInfo()
Method Detail

getManualTasks

public java.util.Map getManualTasks()
Gets the manual tasks.

Returns:
the manual tasks

setManualTasks

public void setManualTasks(java.util.Map manualTasks)
Sets the manual tasks.

Parameters:
manualTasks - the new manual tasks

getLogFileName

public java.lang.String getLogFileName()
Gets the Name of log file.

Returns:
the Name log file

setLogFileName

public void setLogFileName(java.lang.String logFileName)
Sets the Name of log file.

Parameters:
logFileName - the Name of log file.

getAssociationsFileName

public java.lang.String getAssociationsFileName()
Gets the Name of associations file.

Returns:
the Name of associations file

setAssociationsFileName

public void setAssociationsFileName(java.lang.String associationsFileName)
Sets the Name of associations file.

Parameters:
associationsFileName - the Name of associations file.

getFolderName

public java.lang.String getFolderName()

setFolderName

public void setFolderName(java.lang.String folderName)