com.hammurapi.eventbus.tests.familyties.model
Class CloseRelative

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.tests.familyties.model.Relative
      extended by com.hammurapi.eventbus.tests.familyties.model.CloseRelative
All Implemented Interfaces:
Comparable<Relative>
Direct Known Subclasses:
Child, GrandChild, GrandParent, Parent, Sibling, Spouse

public class CloseRelative
extends Relative


Constructor Summary
CloseRelative(Person subject, Person object)
           
 
Method Summary
 
Methods inherited from class com.hammurapi.eventbus.tests.familyties.model.Relative
compareTo, equals, getObject, getSubject, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseRelative

public CloseRelative(Person subject,
                     Person object)