Definition of Terms
In the following discussion I will use the term Value Object to refer to an object which:
expresses only a value, or set of related values
has no identity
is typically immutable
This is a standard description of a Value Object as given by Domain Driven Design ...
[More]