Terminal Update Task UML


Added On:  03/12/15 
SQL Table:  TERMINAL_UPDATE_TASK 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TerminalUpdateTask 
Represents task that the terminal receives within the update.
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:  10/10/16
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the terminal update task is active within the system.
Added On:  04/10/15
SQL Column:  IS_REQUIRED
Java Field:  isRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the backup is required if the update is unsuccessful.
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:  03/12/15
SQL Column:  RESOURCE_CL
Java Field:  resourceCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References Resource Classifier
Attributes:
Reference to the entity that enumerates possible values of resource types that can be uploaded to the terminal.
Added On:  03/12/15
SQL Column:  RESOURCE_CODE
Java Field:  resourceCode
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Code of the resource type that is uploaded to the terminal (application, file, etc).
Added On:  03/12/15
SQL Column:  RESOURCE_REPOSITORY_FK
Java Field:  resourceRepository
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Resource Repository
Attributes:
Reference to the entity that represents the repository path where is placed the update file that should be uploaded to the terminal.
Added On:  03/12/15
SQL Column:  TASK_CL
Java Field:  taskCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Reference to the entity that enumerates possible values of update tasks available for the terminal.