sui
sui copied to clipboard
Monorepo for SUI (Simple User Interface) packages.
## Description In this pull request we ensure that a value object with one attribute class has a private `value` attribute and his own public getter. ## Related Issue [SCMI-124922](https://jira.ets.mpi-internal.com/browse/SCMI-124922)
## Description In this pull request we ensure that a doamin model class (value object or entity) has all attributes as private and each attribute has his getter. ## Related...
## Description In this pull request we ensure that a doamin model class (value object or entity) has a static `validate` method. ## Related Issue [SCMI-124851](https://jira.ets.mpi-internal.com/browse/SCMI-124851)
## Description In this pull request we ensure that a domain model class (value object or entity) has a static `createFromPrimitives` method. ## Related Issue [SCMI-124833](https://jira.ets.mpi-internal.com/browse/SCMI-124833)