AbstractProtected_StaticCOLLECTIONThe backend identifier (table or collection name) representing this class.
StaticLABEL_Which property's value to use in backend as label for object reference
StaticPARENT_The name of the property handling hierarchical parent relationships.
StaticPROPS_Array defining the structure and constraints of properties belonging to this model.
Return property object matching key
string
Checks if a property exists on the data object.
The property key.
True if the property exists.
Proxies a set command to the underlying data object.
The property key.
The value to assign.
The DataObject instance for chaining.
Serializes the current object path / identity.
The JSON serialized ObjectUri.
Fetches the value of a property.
The property key.
The property value or null if undefined.
Foundational wrapper for interacting with properties dynamically.