Example 8.11 Entity Inherits Value Object Strategy - Entity Bean Class public class ContactEntity extends ContactVO implements javax.ejb.EntityBean { ... // the client calls the getData method // on the ContactEntity bean instance. // getData() is inherited from the value object // and returns the ContactVO value object ... }