Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostSpoolFileBasic

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostSpoolFileNameOnly
      extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostSpoolFileBasic
All Implemented Interfaces:
IISeriesHostSpoolFileBasic, IISeriesHostSpoolFileNameOnly

public class ISeriesHostSpoolFileBasic
extends ISeriesHostSpoolFileNameOnly
implements IISeriesHostSpoolFileBasic

This class represents a single SpoolFile format on the AS/400. It holds basic information about that object. For device files, different SpoolFile format info is available via ISeriesHostSpoolFileDevice


Field Summary
static String Copyright
           
protected  String outqLibrary
           
protected  String outqName
           
protected  int status
           
static String[] STATUS_VALUES
           
protected  int totalPages
           
protected  String userData
           
 
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostSpoolFileNameOnly
fileName, jobName, jobNumber, jobUser, splfNumber
 
Constructor Summary
ISeriesHostSpoolFileBasic()
           
 
Method Summary
 String getOutqLibrary()
           
 String getOutqName()
           
 String getStatus()
           
 int getTotalPages()
           
 String getUserData()
           
 void setOutqLibrary(String name)
           
 void setOutqName(String name)
           
 void setStatus(int sts)
           
 void setTotalPages(int name)
           
 void setUserData(String name)
           
 String toString()
          For printing to a stream file
 void writeObjectInfo(PrintWriter writer)
          For debugging purposes
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostSpoolFileNameOnly
getFileName, getJobName, getJobNumber, getJobUser, getSplfNumber, setFileName, setJobName, setJobNumber, setJobUser, setSplfNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostSpoolFileNameOnly
getFileName, getJobName, getJobNumber, getJobUser, getSplfNumber, setFileName, setJobName, setJobNumber, setJobUser, setSplfNumber
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

STATUS_VALUES

public static final String[] STATUS_VALUES

outqName

protected String outqName

outqLibrary

protected String outqLibrary

userData

protected String userData

totalPages

protected int totalPages

status

protected int status
Constructor Detail

ISeriesHostSpoolFileBasic

public ISeriesHostSpoolFileBasic()
Method Detail

getOutqLibrary

public String getOutqLibrary()
Specified by:
getOutqLibrary in interface IISeriesHostSpoolFileBasic

getOutqName

public String getOutqName()
Specified by:
getOutqName in interface IISeriesHostSpoolFileBasic

getStatus

public String getStatus()
Specified by:
getStatus in interface IISeriesHostSpoolFileBasic

getTotalPages

public int getTotalPages()
Specified by:
getTotalPages in interface IISeriesHostSpoolFileBasic

getUserData

public String getUserData()
Specified by:
getUserData in interface IISeriesHostSpoolFileBasic

setOutqLibrary

public void setOutqLibrary(String name)
Specified by:
setOutqLibrary in interface IISeriesHostSpoolFileBasic

setOutqName

public void setOutqName(String name)
Specified by:
setOutqName in interface IISeriesHostSpoolFileBasic

setStatus

public void setStatus(int sts)
Specified by:
setStatus in interface IISeriesHostSpoolFileBasic

setTotalPages

public void setTotalPages(int name)
Specified by:
setTotalPages in interface IISeriesHostSpoolFileBasic

setUserData

public void setUserData(String name)
Specified by:
setUserData in interface IISeriesHostSpoolFileBasic

toString

public String toString()
For printing to a stream file

Specified by:
toString in interface IISeriesHostSpoolFileNameOnly
Overrides:
toString in class ISeriesHostSpoolFileNameOnly

writeObjectInfo

public void writeObjectInfo(PrintWriter writer)
For debugging purposes

Specified by:
writeObjectInfo in interface IISeriesHostSpoolFileNameOnly
Overrides:
writeObjectInfo in class ISeriesHostSpoolFileNameOnly

Rational Developer for Power Systems Software
V7.6

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.