FTP Gates Log UML


Added On:  02/13/12 
SQL Table:  FTP_GATES_LOG 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  FtpGatesLog 
Added On:  09/05/14
SQL Column:  AGGREGATED_FTP_GATES_LOG_FK
Java Field:  aggregatedFtpGatesLog
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References FTP Gates Log
Attributes:
Reference to the entity that represents aggregated FTP Gates log.
Added On:  09/05/14
SQL Column:  AGGREGATION_CODE
Java Field:  aggregationCode
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
The aggregation code of the file.
Added On:  10/06/17
SQL Column:  AGGREGATION_LEVEL_CL
Java Field:  aggregationLevelCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  ERROR_MESSAGE
Java Field:  errorMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
The text message explaining the error.
Added On:  12/11/13
SQL Column:  FILE_CL
Java Field:  fileCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References File Classifier
Attributes:
Enumeration of possible types of files available in the system.
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
Identifier of the file record used for references; auto-incremented integer value.
Added On:  02/13/12
SQL Column:  IS_COMPRESSED_REQUEST_CONTENT
Java Field:  isCompressedRequestContent
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/16/16
SQL Column:  IS_LOCKED
Java Field:  isLocked
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/13/12
SQL Column:  MERCHANT_CODE
Java Field:  merchantCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Provided by gateway owner. Identifies the merchant.
Added On:  02/13/12
SQL Column:  PROCESSED_DATE
Java Field:  processedDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The exact date and time when the file was processed.
Added On:  02/13/12
SQL Column:  REQUEST_DATE
Java Field:  requestDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The exact date and time when the file was requested.
Added On:  09/12/14
SQL Column:  REQUEST_FILE_CHECKSUM
Java Field:  requestFileChecksum
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  REQUEST_FILE_CONTENT_FK
Java Field:  requestFileContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents FTP Gates file content.
Added On:  02/13/12
SQL Column:  REQUEST_FILE_NAME
Java Field:  requestFileName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
The name of the file that was downloaded.
Added On:  02/13/12
SQL Column:  RESPONSE_FILE_CONTENT_FK
Java Field:  responseFileContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents FTP Gates file content.
Added On:  02/13/12
SQL Column:  RESPONSE_FILE_NAME
Java Field:  responseFileName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
The name of the file that was downloaded and processed in the gateway.
Added On:  02/13/12
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Represents current status of FTP Gates log.
Added On:  02/13/12
SQL Column:  SUBMISSION_ID
Java Field:  submissionId
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Identification number of the submission file in the system.
Added On:  04/17/15
SQL Column:  VALIDATION_FILE_CONTENT_FK
Java Field:  validationFileContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents FTP Gates file content.
Added On:  04/22/15
SQL Column:  VALIDATION_FILE_NAME
Java Field:  validationFileName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
The name of the validation file.