An Order subclass that can validate itself.
This class is intended for learning purposes.
The first choice for a domain object validation, is to have
a separate Validator class per domain class. See for example
the
OrderValidator .
author: Karsten Lentzsch version: $Revision: 1.9 $ See Also:OrderValidator