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