Tokenization File Store UML


Added On:  02/13/12 
SQL Table:  TOKENIZATION_FILE_STORE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TokenizationFileStore 
Entity that represents tokenization files storage.
Added On:  02/13/12
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
Added On:  02/13/12
SQL Column:  FILE_STORE_CONTENT_FK
Java Field:  fileStoreContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References File Store Content
Attributes:
Reference to the entity that represents corresponding file store content.
Added On:  02/13/12
SQL Column:  FILE_STORE_FK
Java Field:  fileStore
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References File Store
Attributes:
Reference to the entity that represents information about main file store.
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 object used for references; auto-incremented integer value.
Added On:  05/18/12
SQL Column:  IS_AGGREGATED
Java Field:  isAggregated
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/13/12
SQL Column:  IS_COMPRESSED_FILE_CONTENT
Java Field:  isCompressedFileContent
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  12/28/12
SQL Column:  IS_PERSISTENT
Java Field:  isPersistent
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/13/12
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:  02/13/12
SQL Column:  REQUEST_FILE_NAME
Java Field:  requestFileName
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Name of the request file.
Added On:  02/13/12
SQL Column:  RESPONSE_FILE_NAME
Java Field:  responseFileName
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Name of the response file.
Added On:  02/13/12
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Represents current status of tokenization file store.