Update Profile


Added On:  06/25/15 
SQL Table:  UPDATE_PROFILE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  UpdateProfile 
Stores information on update of the terminal profile.
Added On:  06/25/15
SQL Column:  BASE_UPDATE_VERSION
Java Field:  baseUpdateVersion
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Base update version (e.g. 100, 200, 300, etc).
Added On:  06/25/15
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Code of the update profile.
Added On:  06/25/15
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created.
Added On:  06/25/15
SQL Column:  CURRENT_UPDATE_VERSION
Java Field:  currentUpdateVersion
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Сontains all versions from base and higher.
Added On:  06/25/15
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:  06/25/15
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether the record is currently active.
Added On:  06/25/15
SQL Column:  MODEL_COMPATIBILITY_MASK
Java Field:  modelCompatibilityMask
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Contains values of the bit mask in decimal format (e.g. 00000101). This number is formed from the sequence numbers of terminals models.
Allows to store several models of terminals in one value.
Added On:  06/25/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the update profile.
Added On:  07/28/15
SQL Column:  PORTFOLIO_CODE
Java Field:  portfolioCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of the portfolio this profile belongs to.