Terminal Update UML


Added On:  03/12/15 
SQL Table:  TERMINAL_UPDATE 
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
Attributes:
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
Identifier / Primary Key
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
Attributes: Default:true
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
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:  03/12/15
SQL Column:  NOTES
Java Field:  notes
Status:  Active
SQL Type:  varchar(500)
Java Type:  String
Attributes:
Any additional information.
Added On:  03/12/15
SQL Column:  PORTFOLIO_CODE
Java Field:  portfolioCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
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
Attributes:
Added On:  12/16/15
SQL Column:  TERMINAL_LEVEL_CL
Java Field:  terminalLevelCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
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
Attributes:
Added On:  05/19/16
SQL Column:  UPDATE_PROFILE_FK
Java Field:  updateProfile
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Update Profile
Attributes:
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
Attributes:
Version of the updated resource.