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

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
          extended by com.hammurapi.eventbus.tests.familyties.model.GrandParent
              extended by com.hammurapi.eventbus.tests.familyties.model.GrandFather
All Implemented Interfaces:
Comparable<Relative>

public class GrandFather
extends GrandParent


Constructor Summary
GrandFather(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

GrandFather

public GrandFather(Person subject,
                   Person object)