Resource Code


Added On:  03/12/15 
SQL Table:  RESOURCE_CODE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ResourceCode 
Entity that represents list of resources and their codes to be used by the terminal.
Available Fields:
Added On:  03/12/15
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Identifier / Primary Key
Attributes: Unique, Required
Code of the resource that is to be downloaded by the terminal.
Added On:  03/12/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the resource that is to be downloaded by the terminal.
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:
Enumerates possible values of various resource types that can be uploaded to the terminal.