com.objectwave.persist.bcel.examples
Class Company

java.lang.Object
  |
  +--com.objectwave.persist.bcel.examples.Company

public class Company
extends java.lang.Object


Field Summary
protected  Employee ceo
           
protected  int currentHeadCount
           
protected  Employee[] employees
           
 
Constructor Summary
protected Company()
           
 
Method Summary
 Employee getCeo()
           
 Employee[] getEmployees()
           
 void setCeo(Employee value)
           
 void setEmployees(Employee[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

employees

protected Employee[] employees

ceo

protected Employee ceo

currentHeadCount

protected transient int currentHeadCount
Constructor Detail

Company

protected Company()
Method Detail

getCeo

public Employee getCeo()

setCeo

public void setCeo(Employee value)

getEmployees

public Employee[] getEmployees()

setEmployees

public void setEmployees(Employee[] args)