Fi Serv Batch UML


Parent:    File Batch
Added On:  01/22/14 
SQL Table:  FI_SERV_BATCH 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  FiServBatch 
Represents a batch file of transactions as it is defined in FiServ's batch processing specification.
Added On:  07/01/14
SQL Column:  BLOCK_COUNT
Java Field:  blockCount
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Total number of blocks in file.
Includes file header and trailer.

Numeric.
Added On:  01/22/14
SQL Column:  CLIENT_ID
Java Field:  clientId
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Unique identifier associated with customer.
Added On:  01/22/14
SQL Column:  COLLECTION_DATE
Java Field:  collectionDate
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Collection date of items.

All six records contained in a batch will be assigned this date as the collection date.
Added On:  01/22/14
SQL Column:  COMPANY_NAME_BATCH_HEADER
Java Field:  companyNameBatchHeader
Status:  Active
SQL Type:  varchar(16)
Java Type:  String
Attributes:
Company batch name.
Added On:  01/22/14
SQL Column:  COMPANY_NAME_FILE_HEADER
Java Field:  companyNameFileHeader
Status:  Active
SQL Type:  varchar(23)
Java Type:  String
Attributes:
Company file name.
Added On:  01/22/14
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Short description of an item.
Added On:  07/01/14
SQL Column:  FILE_CREATION_DATE_TIME
Java Field:  fileCreationDateTime
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Identifies the date and time the account file was created.
Added On:  01/22/14
SQL Column:  RECORD_COUNT
Java Field:  recordCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Count of all ―6 and ―7 records.
Right justify with leading zeros.
Added On:  01/22/14
SQL Column:  RETURN_DATE
Java Field:  returnDate
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Date when the item was returned.
Added On:  01/22/14
SQL Column:  TOTAL_CREDIT_AMOUNT
Java Field:  totalCreditAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Total amount of all credit transactions.
Added On:  01/22/14
SQL Column:  TOTAL_DEBIT_AMOUNT
Java Field:  totalDebitAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Total amount of all debit transactions.