Data Group UML


Added On:  03/16/12 
SQL Table:  IAPP_DATA_GROUP 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  DataGroup 
Added On:  03/16/12
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Identifier / Primary Key
Attributes: Required
Internal identifier associated with a BIN range that this bank belongs to.
Added On:  08/30/16
SQL Column:  DATA_GROUP_ITEM_FK
Java Field:  dataGroupItems
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
References Data Group Item
Attributes:
Added On:  03/16/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  03/16/12
SQL Column:  MERCHANT_FK
Java Field:  merchant
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
References Merchant
Attributes:
Reference to the entity that represents merchant in the system.
Added On:  03/16/12
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes: