public class OpenListOfJobsFormatOLJB0200 extends java.lang.Object implements OpenListOfJobsFormat<OpenListOfJobsFormatOLJB0200Listener>
FORMAT_OLJB0100, FORMAT_OLJB0200, FORMAT_OLJB0300
Constructor and Description |
---|
OpenListOfJobsFormatOLJB0200() |
OpenListOfJobsFormatOLJB0200(OpenListOfJobsKeyField[] keyFields) |
Modifier and Type | Method and Description |
---|---|
void |
format(byte[] data,
int maxLength,
int recordLength,
OpenListOfJobsFormatOLJB0200Listener listener) |
OpenListOfJobsKeyField[] |
getKeyFields() |
int |
getMinimumRecordLength() |
java.lang.String |
getName() |
int |
getType() |
void |
setKeyFields(OpenListOfJobsKeyField[] keyFields) |
public OpenListOfJobsFormatOLJB0200()
public OpenListOfJobsFormatOLJB0200(OpenListOfJobsKeyField[] keyFields)
public OpenListOfJobsKeyField[] getKeyFields()
public void setKeyFields(OpenListOfJobsKeyField[] keyFields)
setKeyFields
in interface OpenListOfJobsFormat<OpenListOfJobsFormatOLJB0200Listener>
public java.lang.String getName()
getName
in interface OpenListOfJobsFormat<OpenListOfJobsFormatOLJB0200Listener>
public int getType()
getType
in interface OpenListOfJobsFormat<OpenListOfJobsFormatOLJB0200Listener>
public int getMinimumRecordLength()
getMinimumRecordLength
in interface OpenListOfJobsFormat<OpenListOfJobsFormatOLJB0200Listener>
public void format(byte[] data, int maxLength, int recordLength, OpenListOfJobsFormatOLJB0200Listener listener)
format
in interface ListEntryFormat<OpenListOfJobsFormatOLJB0200Listener>