com.personal.education
Class Education

java.lang.Object
  extended by com.personal.education.Education
Direct Known Subclasses:
Bachelors, Masters

public class Education
extends java.lang.Object


Constructor Summary
Education()
           
Education(Bachelors bachelors, Masters masters, Education mostRecent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Education

public Education(Bachelors bachelors,
                 Masters masters,
                 Education mostRecent)

Education

public Education()