Processing Deviation Breakdown UML


Added On:  05/12/14 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  ProcessingDeviationBreakdown 
Added On:  05/12/14
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  05/16/14
SQL Column:  LIMIT_CL
Java Field:  limitCl
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
References Limit Classifier
Attributes:
Represents current (or selected) type of limit for which the breakdown is defined.
Added On:  05/12/14
SQL Column:  PROCESSING_DEVIATION_FK
Java Field:  processingDeviation
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the deviation record for which the breakdown is defined.
Added On:  05/12/14
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the transaction (Charge Transaction or Chargeback Transaction) that is resulted in a particular deviation.