Sanitization Profile UML


Added On:  09/01/16 
SQL Table:  SANITIZATION_PROFILE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  SanitizationProfile 
Represents information about sanitization profile.
Added On:  09/01/16
SQL Column:  CONTENT_TYPE
Java Field:  contentType
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Type of the content of the message sent for tokenization.
Added On:  09/01/16
SQL Column:  FORWARD_URL
Java Field:  forwardUrl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
URL that is used for sending a tokenized response message.
Added On:  09/01/16
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:  09/21/16
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether profile is active within the system.
Added On:  09/01/16
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:  09/01/16
SQL Column:  REQUEST_URL
Java Field:  requestUrl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
URL that is used as a source from which a request message is received.
Added On:  09/01/16
SQL Column:  SANITIZATION_PROFILE_DETAIL_FK
Java Field:  sanitizationProfileDetail
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents detailed information about sanitization profile.