org.gcube.execution.workflowengine.service.stubs
Class ExecutionExternalProgressEvent

java.lang.Object
  extended by org.gcube.execution.workflowengine.service.stubs.ExecutionExternalProgressEvent
All Implemented Interfaces:
Serializable

public class ExecutionExternalProgressEvent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExecutionExternalProgressEvent()
           
ExecutionExternalProgressEvent(int currentStep, String emiterID, String externalEmiterName, String message, boolean reportProgress, int totalStep)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCurrentStep()
          Gets the currentStep value for this ExecutionExternalProgressEvent.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEmiterID()
          Gets the emiterID value for this ExecutionExternalProgressEvent.
 String getExternalEmiterName()
          Gets the externalEmiterName value for this ExecutionExternalProgressEvent.
 String getMessage()
          Gets the message value for this ExecutionExternalProgressEvent.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 int getTotalStep()
          Gets the totalStep value for this ExecutionExternalProgressEvent.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isReportProgress()
          Gets the reportProgress value for this ExecutionExternalProgressEvent.
 void setCurrentStep(int currentStep)
          Sets the currentStep value for this ExecutionExternalProgressEvent.
 void setEmiterID(String emiterID)
          Sets the emiterID value for this ExecutionExternalProgressEvent.
 void setExternalEmiterName(String externalEmiterName)
          Sets the externalEmiterName value for this ExecutionExternalProgressEvent.
 void setMessage(String message)
          Sets the message value for this ExecutionExternalProgressEvent.
 void setReportProgress(boolean reportProgress)
          Sets the reportProgress value for this ExecutionExternalProgressEvent.
 void setTotalStep(int totalStep)
          Sets the totalStep value for this ExecutionExternalProgressEvent.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionExternalProgressEvent

public ExecutionExternalProgressEvent()

ExecutionExternalProgressEvent

public ExecutionExternalProgressEvent(int currentStep,
                                      String emiterID,
                                      String externalEmiterName,
                                      String message,
                                      boolean reportProgress,
                                      int totalStep)
Method Detail

isReportProgress

public boolean isReportProgress()
Gets the reportProgress value for this ExecutionExternalProgressEvent.

Returns:
reportProgress

setReportProgress

public void setReportProgress(boolean reportProgress)
Sets the reportProgress value for this ExecutionExternalProgressEvent.

Parameters:
reportProgress -

getCurrentStep

public int getCurrentStep()
Gets the currentStep value for this ExecutionExternalProgressEvent.

Returns:
currentStep

setCurrentStep

public void setCurrentStep(int currentStep)
Sets the currentStep value for this ExecutionExternalProgressEvent.

Parameters:
currentStep -

getTotalStep

public int getTotalStep()
Gets the totalStep value for this ExecutionExternalProgressEvent.

Returns:
totalStep

setTotalStep

public void setTotalStep(int totalStep)
Sets the totalStep value for this ExecutionExternalProgressEvent.

Parameters:
totalStep -

getMessage

public String getMessage()
Gets the message value for this ExecutionExternalProgressEvent.

Returns:
message

setMessage

public void setMessage(String message)
Sets the message value for this ExecutionExternalProgressEvent.

Parameters:
message -

getEmiterID

public String getEmiterID()
Gets the emiterID value for this ExecutionExternalProgressEvent.

Returns:
emiterID

setEmiterID

public void setEmiterID(String emiterID)
Sets the emiterID value for this ExecutionExternalProgressEvent.

Parameters:
emiterID -

getExternalEmiterName

public String getExternalEmiterName()
Gets the externalEmiterName value for this ExecutionExternalProgressEvent.

Returns:
externalEmiterName

setExternalEmiterName

public void setExternalEmiterName(String externalEmiterName)
Sets the externalEmiterName value for this ExecutionExternalProgressEvent.

Parameters:
externalEmiterName -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.