|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.ExecutionExternalProgressEvent
public class ExecutionExternalProgressEvent
| 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 |
|---|
public ExecutionExternalProgressEvent()
public ExecutionExternalProgressEvent(int currentStep,
String emiterID,
String externalEmiterName,
String message,
boolean reportProgress,
int totalStep)
| Method Detail |
|---|
public boolean isReportProgress()
public void setReportProgress(boolean reportProgress)
reportProgress - public int getCurrentStep()
public void setCurrentStep(int currentStep)
currentStep - public int getTotalStep()
public void setTotalStep(int totalStep)
totalStep - public String getMessage()
public void setMessage(String message)
message - public String getEmiterID()
public void setEmiterID(String emiterID)
emiterID - public String getExternalEmiterName()
public void setExternalEmiterName(String externalEmiterName)
externalEmiterName - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||