org.apache.hadoop.chukwa.inputtools.hdfsusage
Class Employee

java.lang.Object
  extended by org.apache.hadoop.chukwa.inputtools.hdfsusage.Employee

public class Employee
extends Object


Constructor Summary
Employee()
           
 
Method Summary
 String getId()
           
 Employee getManager()
           
 void setId(String id)
           
 void setManager(Employee manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Employee

public Employee()
Method Detail

setId

public void setId(String id)

getId

public String getId()

setManager

public void setManager(Employee manager)

getManager

public Employee getManager()


Copyright © ${year} The Apache Software Foundation