(Quick Reference)
Purprose
Emulates a key-value pair association (A
Map.Entry).
Fields
| Name | Description |
|---|
|
key |
The unique key (or identifier) by which the value is identified |
|
value |
The value associated to a key |
|
description |
(Optional) A human-readable description to help explain the value's purpose
or instructions on how to maintain it |
|
smartionary |
The Smartionary that this SmartionaryEntry belongs to. |
Constraints
- A key is unique per
Smartionary.
- key cannot be
null, but null is a valid value.
Notes
- The key field is mapped to the column identifier in the Database.