com.ibm.jtopenlite.command.program
Class OpenListOfJobsKeyField

java.lang.Object
  extended by com.ibm.jtopenlite.command.program.OpenListOfJobsKeyField

public class OpenListOfJobsKeyField
extends Object


Constructor Summary
OpenListOfJobsKeyField(int key, boolean isBinary, int lengthOfData, int displacementToData)
           
 
Method Summary
 int getDisplacement()
           
 int getKey()
           
 int getLength()
           
 boolean isBinary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenListOfJobsKeyField

public OpenListOfJobsKeyField(int key,
                              boolean isBinary,
                              int lengthOfData,
                              int displacementToData)
Method Detail

getKey

public int getKey()

isBinary

public boolean isBinary()

getLength

public int getLength()

getDisplacement

public int getDisplacement()