Added On: 06/25/15
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
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
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
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
С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
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
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
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
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
Code of the portfolio this profile belongs to.