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 Boolean
getComplete()
Deprecated.Gets the complete.Boolean
getFailed()
Deprecated.Gets the failed.String
getLabel()
Deprecated.Gets the label.String
getName()
Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraph
getRaw()
Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLGraph
getRawLatestVersion()
Deprecated.Gets the latest version of ECLGraph.Boolean
getRunning()
Deprecated.Gets the running.Long
getRunningId()
Deprecated.Gets the running id.String
getType()
Deprecated.Gets the type.String
getWhenFinished()
Deprecated.Gets the when finished.String
getWhenStarted()
Deprecated.Gets the when started.void
setComplete(Boolean complete)
Deprecated.Sets the complete.void
setFailed(Boolean failed)
Deprecated.Sets the failed.void
setLabel(String label)
Deprecated.Sets the label.void
setName(String name)
Deprecated.Sets the name.void
setRunning(Boolean running)
Deprecated.Sets the running.void
setRunningId(Long runningId)
Deprecated.Sets the running id.void
setType(String type)
Deprecated.Sets the type.void
setWhenFinished(String whenFinished)
Deprecated.Sets the when finished.void
setWhenStarted(String whenStarted)
Deprecated.Sets the when started.String
toString()
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
-
-