Branding Profile Content


Added On:  06/23/16 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  BrandingProfileContent 
Represents the fields associated with the content of a branding profile.
Added On:  06/23/16
SQL Column:  CONTENT
Java Field:  content
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Content of the branding profile.
Added On:  06/23/16
SQL Column:  CONTENT_CL
Java Field:  contentCl
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
References Content Classifier
Attributes:
Represents the type of a branding profile record content.
The values can be the following:
'HTML' - the record is in HTML format;
'TXT' - the record is in simple text format;
'PNG' - the record is in PNG image format.
Added On:  06/23/16
SQL Column:  FILE_NAME
Java Field:  fileName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the file.
Added On:  06/23/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:  08/29/16
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
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:  06/23/16
SQL Column:  OWNER_CL
Java Field:  ownerCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References User Classifier
Attributes:
Represents the user type of owner within the system.
The values can be the following:
'S' - System is an owner;
'P' - Portfolio is an owner;
'R' - Reseller is an owner;
'M' - Merchant is an owner;
'C' - Customer is an owner;
'U' - User is an owner;
'F' - Fulfillment center is an owner.
Added On:  06/23/16
SQL Column:  OWNER_CODE
Java Field:  ownerCode
Status:  Active
SQL Type:  varchar(11)
Java Type:  String
Attributes:
Unique code of the owner within the system.