Implement entity container
Properties of the EntityContainer class:
- the container takes care of when information is written to the underlying entity
- the container implements the mantle_api::IEntity interface
- set operations are stored in the container state while get operations pull from the underlying entity
- the UpdateEntity function writes the state of the container in the underlying entity
- the initial state of the container is the same as the underlying entity
CI job: https://ci.eclipse.org/openpass/job/GtGenCore/view/change-requests/job/MR-146/
Edited by Nikolla Gjeci