Terminal Order Detail UML


Added On:  03/12/15 
SQL Table:  TERMINAL_ORDER_DETAIL 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TerminalOrderDetail 
Entity that represents list of additional settings to modify the terminal order.
Added On:  03/12/15
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:  03/12/15
SQL Column:  IS_ASSCESSORIES_REQUIRED
Java Field:  isAsscessoriesRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether any additional details for the terminal are required.
Added On:  03/12/15
SQL Column:  ITEM_NUMBER
Java Field:  itemNumber
Status:  Active
SQL Type:  varchar(35)
Java Type:  String
Attributes:
Code of the item.
Added On:  03/12/15
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
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/12/15
SQL Column:  MODEL_CL
Java Field:  modelCl
Status:  Active
SQL Type:  varchar(11)
Java Type:  String
Attributes:
Reference to the entity that represents enumeration of available terminal models.
Added On:  07/31/15
SQL Column:  RETURN_SERIAL_NUMBER
Java Field:  returnSerialNumber
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Serial number of the terminal that is exchanged.
Added On:  03/12/15
SQL Column:  SERIAL_NUMBER
Java Field:  serialNumber
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Serial number of the terminal.
Added On:  03/12/15
SQL Column:  TERMINAL_CODE
Java Field:  terminalCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of the terminal within the system.
Added On:  07/10/15
SQL Column:  TERMINAL_CONFIGURATION_CODE
Java Field:  terminalConfigurationCode
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Code of the configuration installed in the terminal.
Added On:  10/27/15
SQL Column:  TERMINAL_KEY_FK
Java Field:  terminalKey
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Terminal Key
Attributes:
Reference to the entity that represents terminal key information.