|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.access.PrintObjectList
com.ibm.as400.access.PrinterFileList
The PrinterFileList class is used to build a list of objects of type PrinterFile. The list can be filtered by library and printer file name.
PrinterFile
,
Serialized FormConstructor Summary | |
---|---|
PrinterFileList()
Constructs a PrinterFileList object. |
|
PrinterFileList(AS400 system)
Constructs a PrinterFileList object. |
Method Summary | |
---|---|
String |
getPrinterFileFilter()
Returns the printer file list filter. |
void |
setPrinterFileFilter(String printerFileFilter)
Sets the printer file list filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrinterFileList()
PrintObjectList.setSystem(com.ibm.as400.access.AS400)
public PrinterFileList(AS400 system)
system
- The server on which the printer files exists.Method Detail |
public String getPrinterFileFilter()
public void setPrinterFileFilter(String printerFileFilter) throws PropertyVetoException
printerFileFilter
- The library and printer files to list.
The format of the printerFileFilter string must be in the
format of /QSYS.LIB/libname.LIB/printerfilename.FILE, where
PropertyVetoException
- If the change is vetoed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |