Class ECLWorkflowWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ECLWorkflowWrapper
-
@Deprecated public class ECLWorkflowWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ECLWorkflowWrapper()Deprecated.Instantiates a new ECL workflow wrapper.ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLWorkflow raw)Deprecated.Instantiates a new ECL workflow wrapper.ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLWorkflow raw)Deprecated.Instantiates a new ECL workflow wrapper.ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLWorkflow raw)Deprecated.Instantiates a new ECL workflow wrapper.ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLWorkflow raw)Deprecated.Instantiates a new ECL workflow wrapper.ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLWorkflow raw)Deprecated.Instantiates a new ECL workflow wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IntegergetCount()Deprecated.Gets the count.IntegergetCountRemaining()Deprecated.Gets the count remaining.StringgetEventName()Deprecated.Gets the event name.StringgetEventText()Deprecated.Gets the event text.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLWorkflowgetRaw()Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLWorkflowgetRawLatestVersion()Deprecated.Gets the raw version 1 79.StringgetWFID()Deprecated.Gets the wfid.voidsetCount(Integer count)Deprecated.Sets the count.voidsetCountRemaining(Integer countRemaining)Deprecated.Sets the count remaining.voidsetEventName(String eventName)Deprecated.Sets the event name.voidsetEventText(String eventText)Deprecated.Sets the event text.voidsetWFID(String wFID)Deprecated.Sets the wfid.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ECLWorkflowWrapper
public ECLWorkflowWrapper()
Deprecated.Instantiates a new ECL workflow wrapper.
-
ECLWorkflowWrapper
public ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLWorkflow raw)
Deprecated.Instantiates a new ECL workflow wrapper.- Parameters:
raw- the raw
-
ECLWorkflowWrapper
public ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLWorkflow raw)
Deprecated.Instantiates a new ECL workflow wrapper.- Parameters:
raw- the raw
-
ECLWorkflowWrapper
public ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLWorkflow raw)
Deprecated.Instantiates a new ECL workflow wrapper.- Parameters:
raw- the raw
-
ECLWorkflowWrapper
public ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLWorkflow raw)
Deprecated.Instantiates a new ECL workflow wrapper.- Parameters:
raw- the raw
-
ECLWorkflowWrapper
public ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLWorkflow raw)
Deprecated.Instantiates a new ECL workflow wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLWorkflow getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLWorkflow getRawLatestVersion()
Deprecated.Gets the raw version 1 79.- Returns:
- the raw version 1 79
-
getWFID
public String getWFID()
Deprecated.Gets the wfid.- Returns:
- the wFID
-
setWFID
public void setWFID(String wFID)
Deprecated.Sets the wfid.- Parameters:
wFID- the wFID to set
-
getEventName
public String getEventName()
Deprecated.Gets the event name.- Returns:
- the eventName
-
setEventName
public void setEventName(String eventName)
Deprecated.Sets the event name.- Parameters:
eventName- the eventName to set
-
getEventText
public String getEventText()
Deprecated.Gets the event text.- Returns:
- the eventText
-
setEventText
public void setEventText(String eventText)
Deprecated.Sets the event text.- Parameters:
eventText- the eventText to set
-
getCount
public Integer getCount()
Deprecated.Gets the count.- Returns:
- the count
-
setCount
public void setCount(Integer count)
Deprecated.Sets the count.- Parameters:
count- the count to set
-
getCountRemaining
public Integer getCountRemaining()
Deprecated.Gets the count remaining.- Returns:
- the countRemaining
-
setCountRemaining
public void setCountRemaining(Integer countRemaining)
Deprecated.Sets the count remaining.- Parameters:
countRemaining- the countRemaining to set
-
-