Value Object
Fleeting- Référence externe : https://en.wikipedia.org/wiki/Value_object
value object is a small object that represents a simple entity whose equality is not based on identity: i.e. two value objects are equal when they have the same value, not necessarily being the same object
Value objects should be immutable: this is required for the implicit contract that two value objects created equal, should remain equal