com.ibm.jtopenlite.command.program
Class OpenListOfJobsFormatOLJB0300

java.lang.Object
  extended by com.ibm.jtopenlite.command.program.ListEntryFormatAdapter
      extended by com.ibm.jtopenlite.command.program.JobFormatAdapter
          extended by com.ibm.jtopenlite.command.program.OpenListOfJobsFormatOLJB0300
All Implemented Interfaces:
ListEntryFormat, OpenListOfJobsFormat

public class OpenListOfJobsFormatOLJB0300
extends JobFormatAdapter


Field Summary
 
Fields inherited from interface com.ibm.jtopenlite.command.program.OpenListOfJobsFormat
FORMAT_OLJB0100, FORMAT_OLJB0200, FORMAT_OLJB0300
 
Constructor Summary
OpenListOfJobsFormatOLJB0300()
           
OpenListOfJobsFormatOLJB0300(OpenListOfJobsKeyField[] keyFields, OpenListOfJobsFormatOLJB0300Listener listener)
           
 
Method Summary
 OpenListOfJobsKeyField[] getKeyFields()
           
 OpenListOfJobsFormatOLJB0300Listener getListener()
           
 void setKeyFields(OpenListOfJobsKeyField[] keyFields)
           
 void setListener(OpenListOfJobsFormatOLJB0300Listener listener)
           
 
Methods inherited from class com.ibm.jtopenlite.command.program.JobFormatAdapter
getMinimumRecordLength, getName, getType
 
Methods inherited from class com.ibm.jtopenlite.command.program.ListEntryFormatAdapter
format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.jtopenlite.command.program.ListEntryFormat
format
 

Constructor Detail

OpenListOfJobsFormatOLJB0300

public OpenListOfJobsFormatOLJB0300()

OpenListOfJobsFormatOLJB0300

public OpenListOfJobsFormatOLJB0300(OpenListOfJobsKeyField[] keyFields,
                                    OpenListOfJobsFormatOLJB0300Listener listener)
Method Detail

getListener

public OpenListOfJobsFormatOLJB0300Listener getListener()

setListener

public void setListener(OpenListOfJobsFormatOLJB0300Listener listener)

getKeyFields

public OpenListOfJobsKeyField[] getKeyFields()

setKeyFields

public void setKeyFields(OpenListOfJobsKeyField[] keyFields)