org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.softwaregateway
Class SoftwareGatewayRegistrationResult

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.softwaregateway.SoftwareGatewayRegistrationResult

public class SoftwareGatewayRegistrationResult
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Nested Class Summary
static class SoftwareGatewayRegistrationResult.RegistrationStatus
           
 
Field Summary
protected  String id
           
protected  String report
           
protected  SoftwareGatewayRegistrationResult.RegistrationStatus status
           
 
Constructor Summary
SoftwareGatewayRegistrationResult(SoftwareGatewayRegistrationResult.RegistrationStatus status, String report)
           
SoftwareGatewayRegistrationResult(String id)
           
 
Method Summary
 String getId()
           
 String getReport()
           
 SoftwareGatewayRegistrationResult.RegistrationStatus getStatus()
           
 void setId(String id)
           
 void setReport(String report)
           
 void setStatus(SoftwareGatewayRegistrationResult.RegistrationStatus status)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

status

protected SoftwareGatewayRegistrationResult.RegistrationStatus status

report

protected String report

id

protected String id
Constructor Detail

SoftwareGatewayRegistrationResult

public SoftwareGatewayRegistrationResult(String id)
Parameters:
id -

SoftwareGatewayRegistrationResult

public SoftwareGatewayRegistrationResult(SoftwareGatewayRegistrationResult.RegistrationStatus status,
                                         String report)
Parameters:
status -
report -
Method Detail

getStatus

public SoftwareGatewayRegistrationResult.RegistrationStatus getStatus()
Returns:
the status

setStatus

public void setStatus(SoftwareGatewayRegistrationResult.RegistrationStatus status)
Parameters:
status - the status to set

getReport

public String getReport()
Returns:
the report

setReport

public void setReport(String report)
Parameters:
report - the report to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.