com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostSpoolFileNameOnly
java.lang.Object
com.ibm.etools.iseries.comm.interfaces.ISeriesHostSpoolFileNameOnly
- All Implemented Interfaces:
- IISeriesHostSpoolFileNameOnly
- Direct Known Subclasses:
- ISeriesHostSpoolFileBasic
public class ISeriesHostSpoolFileNameOnly
- extends Object
- implements IISeriesHostSpoolFileNameOnly
This class represents a single SpoolFile name on the AS/400.
It stores the name of the SpoolFile, plus the library and file it is part of.
Note both library and name properties are inherited so we need only
worry here about the file property.
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
fileName
protected String fileName
jobName
protected String jobName
jobUser
protected String jobUser
jobNumber
protected String jobNumber
splfNumber
protected int splfNumber
ISeriesHostSpoolFileNameOnly
public ISeriesHostSpoolFileNameOnly()
setFileName
public void setFileName(String name)
- Specified by:
setFileName
in interface IISeriesHostSpoolFileNameOnly
setJobName
public void setJobName(String name)
- Specified by:
setJobName
in interface IISeriesHostSpoolFileNameOnly
setJobUser
public void setJobUser(String jobuser)
- Specified by:
setJobUser
in interface IISeriesHostSpoolFileNameOnly
setJobNumber
public void setJobNumber(String jobnum)
- Specified by:
setJobNumber
in interface IISeriesHostSpoolFileNameOnly
setSplfNumber
public void setSplfNumber(int name)
- Specified by:
setSplfNumber
in interface IISeriesHostSpoolFileNameOnly
getFileName
public String getFileName()
- Specified by:
getFileName
in interface IISeriesHostSpoolFileNameOnly
getJobName
public String getJobName()
- Specified by:
getJobName
in interface IISeriesHostSpoolFileNameOnly
getJobUser
public String getJobUser()
- Specified by:
getJobUser
in interface IISeriesHostSpoolFileNameOnly
getJobNumber
public String getJobNumber()
- Specified by:
getJobNumber
in interface IISeriesHostSpoolFileNameOnly
getSplfNumber
public int getSplfNumber()
- Specified by:
getSplfNumber
in interface IISeriesHostSpoolFileNameOnly
toString
public String toString()
- For printing to a stream file
- Specified by:
toString
in interface IISeriesHostSpoolFileNameOnly
- Overrides:
toString
in class Object
writeObjectInfo
public void writeObjectInfo(PrintWriter writer)
- For debugging purposes
- Specified by:
writeObjectInfo
in interface IISeriesHostSpoolFileNameOnly
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.