Batch Transaction


Parent:    Charge Transaction
Added On:  02/13/12 
SQL Table:  BATCH_TRANSACTION 
Module:  UniCharge 
Type:  Entity  Status:  Hidden 
Java Class:  BatchTransaction 
Added On:  02/13/12
SQL Column:  BATCH_FK
Java Field:  batch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Batch
Attributes:
Reference to the entity that represents a group of batch transactions which must be settled together.
Added On:  02/13/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  02/13/12
SQL Column:  RESPONSE_DATE
Java Field:  responseDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The date of the response.
Added On:  02/13/12
SQL Column:  SUB_BATCH_FK
Java Field:  subBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Sub Batch
Attributes:
Reference to the entity that represents information about the associated sub-batch transaction.