Chargeback Case Document UML


Added On:  07/29/12 
SQL Table:  CHARGEBACK_CASE_DOCUMENT 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ChargebackCaseDocument 
Added On:  07/29/12
SQL Column:  ACTION_CL
Java Field:  actionCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the action associated with the uploaded document.
Added On:  08/07/12
SQL Column:  CHARGEBACK_CASE_DOCUMENT_CONTENT_FK
Java Field:  chargebackCaseDocumentContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents chargeback case document content in the system.
Added On:  07/29/12
SQL Column:  CHARGEBACK_CASE_FK
Java Field:  chargebackCase
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Chargeback Case
Attributes:
Reference to the entity that represents chargeback case information.
Added On:  07/29/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:  07/29/12
SQL Column:  CREATOR_CODE
Java Field:  creatorCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
The name of the creator of the document.
Added On:  07/29/12
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Short description of the uploaded document.
Added On:  07/29/12
SQL Column:  FILE_NAME
Java Field:  fileName
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
The name of the uploaded document.
Added On:  07/29/12
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:  07/29/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:  04/12/14
SQL Column:  PAGE_COUNT
Java Field:  pageCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The count of page of the chargeback case document.
Added On:  04/12/14
SQL Column:  SIZE
Java Field:  size
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The size of the chargeback case document.
Added On:  07/29/12
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Enumeration of statuses of the uploaded document after the action has been executed.