DDD Step By Step
A Practical Guide to Domain Driven Design

Value Object

Value Object

A Value Object is an object that can be characterised by it's lack of any identity - a Value Object (or VO) can be compared to another by it's attributes.

Value Objects are normally immutable.

Along with Entities, Value Objects form the core building blocks of DDD.

See also:

Blog post: Blogged Entities and Value Objects

domaindrivendesign.org on

 

Recent Comments

Leave the first comment for this page.