com.mobileapps.pcre
Class PCREJobInfo

java.lang.Object
  |
  +--com.mobileapps.pcre.PCREJobInfo

public final class PCREJobInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 short DisplayPageN
           
 short LatestPageN
           
 int NumRecordsPrinted
           
 int NumRecordsRead
           
 int NumRecordsSelected
           
 boolean printEnded
           
 short StartPageN
           
 
Constructor Summary
PCREJobInfo()
           
PCREJobInfo(int __NumRecordsRead, int __NumRecordsSelected, int __NumRecordsPrinted, short __DisplayPageN, short __LatestPageN, short __StartPageN, boolean __printEnded)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NumRecordsRead

public int NumRecordsRead

NumRecordsSelected

public int NumRecordsSelected

NumRecordsPrinted

public int NumRecordsPrinted

DisplayPageN

public short DisplayPageN

LatestPageN

public short LatestPageN

StartPageN

public short StartPageN

printEnded

public boolean printEnded
Constructor Detail

PCREJobInfo

public PCREJobInfo()

PCREJobInfo

public PCREJobInfo(int __NumRecordsRead,
                   int __NumRecordsSelected,
                   int __NumRecordsPrinted,
                   short __DisplayPageN,
                   short __LatestPageN,
                   short __StartPageN,
                   boolean __printEnded)