org.cdgsoftware.icl.record
Class FileControlRecord

java.lang.Object
  extended by org.cdgsoftware.icl.record.Record
      extended by org.cdgsoftware.icl.record.FileControlRecord
All Implemented Interfaces:
Loggeable

public class FileControlRecord
extends Record

The Class FileControlRecord.


Field Summary
 Field cashLetterCount
           
 Field fileTotalAmount
           
 Field immediateOriginContactName
           
 Field immediateOriginContactPhone
           
 Field recordType
           
 Field reserved
           
 Field totalItemsCount
           
 Field totalRecordsCount
           
 
Constructor Summary
FileControlRecord()
          Instantiates a new file control record.
 
Method Summary
 
Methods inherited from class org.cdgsoftware.icl.record.Record
dump, getBytes, getFieldAtPosition, getFieldDataAtPosition, getFieldNameAtPosition, getFields, getRecordLength, getRecordName, getStructureXML, populateFields, setFieldData, setFields, setRecordName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

recordType

public Field recordType

cashLetterCount

public Field cashLetterCount

totalRecordsCount

public Field totalRecordsCount

totalItemsCount

public Field totalItemsCount

fileTotalAmount

public Field fileTotalAmount

immediateOriginContactName

public Field immediateOriginContactName

immediateOriginContactPhone

public Field immediateOriginContactPhone

reserved

public Field reserved
Constructor Detail

FileControlRecord

public FileControlRecord()
Instantiates a new file control record.