Theme Type Classifier


Added On:  09/29/17 
SQL Table:  THEME_TYPE_CLASSIFIER 
Module:  UniCharge 
Type:  Classifier  Status:  Active 
Java Class:  ThemeTypeClassifier 
Enumeration of possible color themes to be shown on a terminal screen.

Available Values:

BD - Blue
Added On:  09/11/17
Status:  Active
Indicates that the blue color theme is to be shown on a terminal screen.
SX - Silver
Added On:  09/11/17
Status:  Active
Indicates that the silver color theme is to be shown on a terminal screen.
Available Fields:
Added On:  09/11/17
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:  09/11/17
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(96)
Java Type:  String
Attributes:
Name of the color theme.