public class Employee extends Object
Employee()
String
getId()
Employee
getManager()
void
setId(String id)
setManager(Employee manager)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Employee()
public void setId(String id)
public String getId()
public void setManager(Employee manager)
public Employee getManager()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.