org.gcube.portlets.admin.software_upload_wizard.server.data
Class ImportSession

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.data.ImportSession

public class ImportSession
extends Object


Constructor Summary
ImportSession()
           
ImportSession(ServiceProfile profile)
           
 
Method Summary
 GeneralInfo getGeneralInfo()
           
 Object getGenericData(String key)
           
 org.gcube.common.core.scope.GCUBEScope getScope()
           
 ServiceProfile getServiceProfile()
           
 ImportSessionId getSessionId()
           
 ISoftwareTypeManager getSoftwareManager()
           
 ISoftwareTypeInfo getSoftwareType()
           
 String getStringData(String key)
           
 IOperationProgress getSubmitProgress()
           
 IOperationProgress getUploadProgress()
           
 void setGeneralInfo(GeneralInfo generalInfo)
           
 void setGenericData(String key, Object value)
           
 void setScope(org.gcube.common.core.scope.GCUBEScope scope)
           
 void setServiceProfile(ServiceProfile softwareProfile)
           
 void setSessionId(ImportSessionId sessionId)
           
 void setSoftwareType(SoftwareTypeCode softwareTypeCode)
           
 void setStringData(String key, String value)
           
 void setSubmitProgress(IOperationProgress submitProgress)
           
 void setUploadProgress(IOperationProgress uploadProgress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportSession

public ImportSession()

ImportSession

public ImportSession(ServiceProfile profile)
Method Detail

getSessionId

public ImportSessionId getSessionId()

setSessionId

public void setSessionId(ImportSessionId sessionId)

getSoftwareManager

public ISoftwareTypeManager getSoftwareManager()

getSoftwareType

public ISoftwareTypeInfo getSoftwareType()

setSoftwareType

public void setSoftwareType(SoftwareTypeCode softwareTypeCode)
                     throws Exception
Throws:
Exception

getServiceProfile

public ServiceProfile getServiceProfile()

setServiceProfile

public void setServiceProfile(ServiceProfile softwareProfile)

getGeneralInfo

public GeneralInfo getGeneralInfo()

setGeneralInfo

public void setGeneralInfo(GeneralInfo generalInfo)

getGenericData

public Object getGenericData(String key)

setGenericData

public void setGenericData(String key,
                           Object value)

getStringData

public String getStringData(String key)

setStringData

public void setStringData(String key,
                          String value)

getSubmitProgress

public IOperationProgress getSubmitProgress()

setSubmitProgress

public void setSubmitProgress(IOperationProgress submitProgress)

getUploadProgress

public IOperationProgress getUploadProgress()

setUploadProgress

public void setUploadProgress(IOperationProgress uploadProgress)

getScope

public org.gcube.common.core.scope.GCUBEScope getScope()

setScope

public void setScope(org.gcube.common.core.scope.GCUBEScope scope)


Copyright © 2013. All Rights Reserved.