Sly,
I ended up created a Role class with a subclass of Student. The
Role class points back to the Person class for traversing to that
object but is working fantastic and can be modified without affecting
the Person. When I want a Student, I ask for the Student via my
StudentRepository class and then can traverse to the Person class is
necessary.
-Good luck!
-Dave
> > > subclass BUT leaving the person?- Hide quoted text -
>
> - Show quoted text -