ReferenceDataObject
ReferenceDataObject stores, queries, and manages contextual reference data
Last updated
ReferenceDataObject stores, queries, and manages contextual reference data
Last updated
Attribute | Description | Type |
---|---|---|
These methods allow you to set and retrieve a unique lookup key for the contextual data. If a null
value is passed, it will be converted to a String null
.
These methods enable you to associate and retrieve custom data with the contextual data object. Again, if a null
value is passed, it is converted to a String null
.
key
Unique reference data key used when performing query lookups
Object
data
Custom data to be stored outside of the Map structure
Object