|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.persist.bcel.examples.Company
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 |
protected Employee[] employees
protected Employee ceo
protected transient int currentHeadCount
Constructor Detail |
protected Company()
Method Detail |
public Employee getCeo()
public void setCeo(Employee value)
public Employee[] getEmployees()
public void setEmployees(Employee[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |