org.gcube.portlets.admin.software_upload_wizard.server.data
Class ImportSession
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.server.data.ImportSession
public class ImportSession
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportSession
public ImportSession()
ImportSession
public ImportSession(ServiceProfile profile)
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.