Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by 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.


Field Summary
static String Copyright
           
protected  String fileName
           
protected  String jobName
           
protected  String jobNumber
           
protected  String jobUser
           
protected  int splfNumber
           
 
Constructor Summary
ISeriesHostSpoolFileNameOnly()
           
 
Method Summary
 String getFileName()
           
 String getJobName()
           
 String getJobNumber()
           
 String getJobUser()
           
 int getSplfNumber()
           
 void setFileName(String name)
           
 void setJobName(String name)
           
 void setJobNumber(String jobnum)
           
 void setJobUser(String jobuser)
           
 void setSplfNumber(int name)
           
 String toString()
          For printing to a stream file
 void writeObjectInfo(PrintWriter writer)
          For debugging purposes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ISeriesHostSpoolFileNameOnly

public ISeriesHostSpoolFileNameOnly()
Method Detail

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

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.