public class ECLWorkflowWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_count |
protected int |
local_countRemaining |
protected String |
local_eventName |
protected String |
local_eventText |
protected String |
local_wFID |
| Constructor and Description |
|---|
ECLWorkflowWrapper() |
ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLWorkflow eclworkflow) |
ECLWorkflowWrapper(String _wFID,
String _eventName,
String _eventText,
int _count,
int _countRemaining) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getCountRemaining() |
String |
getEventName() |
String |
getEventText() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLWorkflow |
getRaw() |
String |
getWFID() |
void |
setCount(int _count) |
void |
setCountRemaining(int _countRemaining) |
void |
setEventName(String _eventName) |
void |
setEventText(String _eventText) |
void |
setWFID(String _wFID) |
String |
toString() |
protected String local_wFID
protected String local_eventName
protected String local_eventText
protected int local_count
protected int local_countRemaining
public ECLWorkflowWrapper()
public ECLWorkflowWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLWorkflow eclworkflow)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLWorkflow getRaw()
public void setWFID(String _wFID)
public String getWFID()
public void setEventName(String _eventName)
public String getEventName()
public void setEventText(String _eventText)
public String getEventText()
public void setCount(int _count)
public int getCount()
public void setCountRemaining(int _countRemaining)
public int getCountRemaining()
Copyright © 2021. All rights reserved.