Class ECLGraphWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ECLGraphWrapper
-
@Deprecated public class ECLGraphWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ECLGraphWrapper()Deprecated.Instantiates a new ECL graph wrapper.ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraph raw)Deprecated.Instantiates a new ECL graph wrapper.ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLGraph raw)Deprecated.Instantiates a new ECL graph wrapper.ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLGraph raw)Deprecated.Instantiates a new ECL graph wrapper.ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLGraph raw)Deprecated.Instantiates a new ECL graph wrapper.ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLGraph raw)Deprecated.Instantiates a new ECL graph wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BooleangetComplete()Deprecated.Gets the complete.BooleangetFailed()Deprecated.Gets the failed.StringgetLabel()Deprecated.Gets the label.StringgetName()Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraphgetRaw()Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraphgetRawLatestVersion()Deprecated.Gets the latest version of ECLGraph.BooleangetRunning()Deprecated.Gets the running.LonggetRunningId()Deprecated.Gets the running id.StringgetType()Deprecated.Gets the type.StringgetWhenFinished()Deprecated.Gets the when finished.StringgetWhenStarted()Deprecated.Gets the when started.voidsetComplete(Boolean complete)Deprecated.Sets the complete.voidsetFailed(Boolean failed)Deprecated.Sets the failed.voidsetLabel(String label)Deprecated.Sets the label.voidsetName(String name)Deprecated.Sets the name.voidsetRunning(Boolean running)Deprecated.Sets the running.voidsetRunningId(Long runningId)Deprecated.Sets the running id.voidsetType(String type)Deprecated.Sets the type.voidsetWhenFinished(String whenFinished)Deprecated.Sets the when finished.voidsetWhenStarted(String whenStarted)Deprecated.Sets the when started.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ECLGraphWrapper
public ECLGraphWrapper()
Deprecated.Instantiates a new ECL graph wrapper.
-
ECLGraphWrapper
public ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraph raw)
Deprecated.Instantiates a new ECL graph wrapper.- Parameters:
raw- the raw
-
ECLGraphWrapper
public ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLGraph raw)
Deprecated.Instantiates a new ECL graph wrapper.- Parameters:
raw- the raw
-
ECLGraphWrapper
public ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLGraph raw)
Deprecated.Instantiates a new ECL graph wrapper.- Parameters:
raw- the raw
-
ECLGraphWrapper
public ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLGraph raw)
Deprecated.Instantiates a new ECL graph wrapper.- Parameters:
raw- the raw
-
ECLGraphWrapper
public ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLGraph raw)
Deprecated.Instantiates a new ECL graph wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraph getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraph getRawLatestVersion()
Deprecated.Gets the latest version of ECLGraph.- Returns:
- the latest version of ECLGraph
-
getName
public String getName()
Deprecated.Gets the name.- Returns:
- the name
-
setName
public void setName(String name)
Deprecated.Sets the name.- Parameters:
name- the name to set
-
getLabel
public String getLabel()
Deprecated.Gets the label.- Returns:
- the label
-
setLabel
public void setLabel(String label)
Deprecated.Sets the label.- Parameters:
label- the label to set
-
getType
public String getType()
Deprecated.Gets the type.- Returns:
- the type
-
setType
public void setType(String type)
Deprecated.Sets the type.- Parameters:
type- the type to set
-
getRunning
public Boolean getRunning()
Deprecated.Gets the running.- Returns:
- the running
-
setRunning
public void setRunning(Boolean running)
Deprecated.Sets the running.- Parameters:
running- the running to set
-
getComplete
public Boolean getComplete()
Deprecated.Gets the complete.- Returns:
- the complete
-
setComplete
public void setComplete(Boolean complete)
Deprecated.Sets the complete.- Parameters:
complete- the complete to set
-
getFailed
public Boolean getFailed()
Deprecated.Gets the failed.- Returns:
- the failed
-
setFailed
public void setFailed(Boolean failed)
Deprecated.Sets the failed.- Parameters:
failed- the failed to set
-
getRunningId
public Long getRunningId()
Deprecated.Gets the running id.- Returns:
- the runningId
-
setRunningId
public void setRunningId(Long runningId)
Deprecated.Sets the running id.- Parameters:
runningId- the runningId to set
-
getWhenStarted
public String getWhenStarted()
Deprecated.Gets the when started.- Returns:
- the whenStarted
-
setWhenStarted
public void setWhenStarted(String whenStarted)
Deprecated.Sets the when started.- Parameters:
whenStarted- the whenStarted to set
-
getWhenFinished
public String getWhenFinished()
Deprecated.Gets the when finished.- Returns:
- the whenFinished
-
setWhenFinished
public void setWhenFinished(String whenFinished)
Deprecated.Sets the when finished.- Parameters:
whenFinished- the whenFinished to set
-
-