Class ECLHelpFileWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ECLHelpFileWrapper
-
@Deprecated public class ECLHelpFileWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ECLHelpFileWrapper()Deprecated.Instantiates a new ECL help file wrapper.ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLHelpFile raw)Deprecated.Instantiates a new ECL help file wrapper.ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLHelpFile raw)Deprecated.Instantiates a new ECL help file wrapper.ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLHelpFile raw)Deprecated.Instantiates a new ECL help file wrapper.ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLHelpFile raw)Deprecated.Instantiates a new ECL help file wrapper.ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLHelpFile raw)Deprecated.Instantiates a new ECL help file wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDescription()Deprecated.Gets the description.LonggetFileSize()Deprecated.Gets the file size.StringgetIPAddress()Deprecated.Gets the IP address.longgetMaxActivityId()Deprecated.Gets the max activity id.longgetMinActivityId()Deprecated.Gets the min activity id.StringgetName()Deprecated.Gets the name.longgetPID()Deprecated.Gets the pid.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLHelpFilegetRaw()Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLHelpFilegetRawLatestVersion()Deprecated.Gets the latest version of ECLHelpFile.StringgetType()Deprecated.Gets the type.voidsetDescription(String description)Deprecated.Sets the description.voidsetFileSize(Long fileSize)Deprecated.Sets the file size.voidsetIPAddress(String iPAddress)Deprecated.Sets the IP address.voidsetMaxActivityId(Integer maxActivityId)Deprecated.Sets the max activity id.voidsetMinActivityId(Integer minActivityId)Deprecated.Sets the min activity id.voidsetName(String name)Deprecated.Sets the name.voidsetPID(long pID)Deprecated.Sets the pid.voidsetType(String type)Deprecated.Sets the type.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ECLHelpFileWrapper
public ECLHelpFileWrapper()
Deprecated.Instantiates a new ECL help file wrapper.
-
ECLHelpFileWrapper
public ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLHelpFile raw)
Deprecated.Instantiates a new ECL help file wrapper.- Parameters:
raw- the raw
-
ECLHelpFileWrapper
public ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLHelpFile raw)
Deprecated.Instantiates a new ECL help file wrapper.- Parameters:
raw- the raw
-
ECLHelpFileWrapper
public ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLHelpFile raw)
Deprecated.Instantiates a new ECL help file wrapper.- Parameters:
raw- the raw
-
ECLHelpFileWrapper
public ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLHelpFile raw)
Deprecated.Instantiates a new ECL help file wrapper.- Parameters:
raw- the raw
-
ECLHelpFileWrapper
public ECLHelpFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLHelpFile raw)
Deprecated.Instantiates a new ECL help file wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
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
-
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
-
getIPAddress
public String getIPAddress()
Deprecated.Gets the IP address.- Returns:
- the iPAddress
-
setIPAddress
public void setIPAddress(String iPAddress)
Deprecated.Sets the IP address.- Parameters:
iPAddress- the iPAddress to set
-
getDescription
public String getDescription()
Deprecated.Gets the description.- Returns:
- the description
-
setDescription
public void setDescription(String description)
Deprecated.Sets the description.- Parameters:
description- the description to set
-
getFileSize
public Long getFileSize()
Deprecated.Gets the file size.- Returns:
- the fileSize
-
setFileSize
public void setFileSize(Long fileSize)
Deprecated.Sets the file size.- Parameters:
fileSize- the fileSize to set
-
getPID
public long getPID()
Deprecated.Gets the pid.- Returns:
- the pID
-
setPID
public void setPID(long pID)
Deprecated.Sets the pid.- Parameters:
pID- the pID to set
-
getMinActivityId
public long getMinActivityId()
Deprecated.Gets the min activity id.- Returns:
- the minActivityId
-
setMinActivityId
public void setMinActivityId(Integer minActivityId)
Deprecated.Sets the min activity id.- Parameters:
minActivityId- the minActivityId to set
-
getMaxActivityId
public long getMaxActivityId()
Deprecated.Gets the max activity id.- Returns:
- the maxActivityId
-
setMaxActivityId
public void setMaxActivityId(Integer maxActivityId)
Deprecated.Sets the max activity id.- Parameters:
maxActivityId- the maxActivityId to set
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLHelpFile getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLHelpFile getRawLatestVersion()
Deprecated.Gets the latest version of ECLHelpFile.- Returns:
- the latest version of ECLHelpFile
-
-