Added On: 03/12/15
Module: UniCharge
Type: Entity
Status: Active
Java Class: TerminalUpdate
Represents various terminal update options.
Added On: 03/12/15
SQL Column: CREATE_DATE
Java Field: createDate
Status: Active
SQL Type: datetime
Java Type: Date
Date when the record was created.
Added On: 03/12/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: 03/12/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: 03/12/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: 03/12/15
SQL Column: NOTES
Java Field: notes
Status: Active
SQL Type: varchar(500)
Java Type: String
Any additional information.
Added On: 03/12/15
SQL Column: PORTFOLIO_CODE
Java Field: portfolioCode
Status: Active
SQL Type: int(11)
Java Type: Integer
Portfolio that this resource belongs to.
Added On: 07/01/15
SQL Column: PROFILE_SEGMENT
Java Field: profileSegment
Status: Active
SQL Type: varchar(20)
Java Type: String
Added On: 12/16/15
SQL Column: TERMINAL_LEVEL_CL
Java Field: terminalLevelCl
Status: Active
SQL Type: varchar(1)
Java Type: String
Enumeration of possible terminal levels.
Added On: 05/18/16
SQL Column: TERMINAL_UPDATE_TASKS
Java Field: terminalUpdateTasks
Status: Active
SQL Type: bigint(20)
Java Type: Long
Added On: 05/19/16
SQL Column: UPDATE_PROFILE_FK
Java Field: updateProfile
Status: Active
SQL Type: bigint(20)
Java Type: Long
Reference to the entity that represents update profile information.
Added On: 03/12/15
SQL Column: VERSION
Java Field: version
Status: Active
SQL Type: int(11)
Java Type: Integer
Version of the updated resource.