Terminal Log UML


Added On:  03/25/15 
SQL Table:  TERMINAL_LOG 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TerminalLog 
Entity that represent list of terminal log requests to the API.
Added On:  03/25/15
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created.
Added On:  03/25/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/25/15
SQL Column:  LOG_CL
Java Field:  logCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References Log Classifier
Attributes:
Enumeration of possible log values for the terminal.
Added On:  03/25/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/25/15
SQL Column:  REQUEST_HOST
Java Field:  requestHost
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
The host or IP location address of the request.
Added On:  03/25/15
SQL Column:  REQUEST_TYPE
Java Field:  requestType
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Type of logged TMS request.
Added On:  09/01/15
SQL Column:  RESOURCE_NAME
Java Field:  resourceName
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Name of the downloaded resource.
Added On:  08/02/16
SQL Column:  RESTART_DATE
Java Field:  restartDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the terminal was restarted.
Added On:  03/25/15
SQL Column:  STATUS_CODE
Java Field:  statusCode
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Output error code received during the terminal update.
Added On:  03/25/15
SQL Column:  STATUS_MESSAGE
Java Field:  statusMessage
Status:  Active
SQL Type:  varchar(500)
Java Type:  String
Attributes:
Output error message explaining the error code.
Added On:  09/01/15
SQL Column:  TASK_CL
Java Field:  taskCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Enumeration of possible update tasks available for the terminal.
Added On:  03/25/15
SQL Column:  TERMINAL_CODE
Java Field:  terminalCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the terminal.
Added On:  03/25/15
SQL Column:  TERMINAL_LOG_CONTENT_FK
Java Field:  terminalLogContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents terminal log content.
Added On:  08/02/16
SQL Column:  TERMINAL_RESTART_CL
Java Field:  terminalRestartCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the type of terminal restart operation.