Terminal Key UML


Added On:  03/12/15 
SQL Table:  TERMINAL_KEY 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TerminalKey 
The key which is injected in the terminal for pin-based transactions.
Added On:  05/06/15
SQL Column:  FULFILLMENT_CENTER_FK
Java Field:  fulfillmentCenter
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Fulfillment Center
Attributes:
Reference to the entity that represents the fulfillment center.
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:  05/06/15
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the terminal is active within the system. Processing won't occur if the terminal is inactive.
Added On:  03/12/15
SQL Column:  ITEM_NUMBER
Java Field:  itemNumber
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
The item number of the key that is injected in the terminal.
Added On:  03/12/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
The name of the key that is injected in the terminal.
Added On:  03/12/15
SQL Column:  PROVIDER_CODE
Java Field:  providerCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents the provider.