|
Each attribute can have more than 1 value and these values can be selected accordingly for the employee/ However each attribute can be only of 1 type: plain text (String), numbers (numeric) or date. |
|
Name |
Code |
Class Name |
|
Reference |
||
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
A system generated identity. It is blind to the user. This is also the primary key for the ItemAttrValue table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows the attribute type of the item. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows the item value of the string attribute. String is a data type which includes letters, digits and special characters. It is a sequence of characters. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the item value of the numeric attribute. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
Shows the item value of the date attribute. |
|
|
|