|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.testmodel.CoupleBean
public class CoupleBean
Field Summary | |
---|---|
private PersonBean |
personA
|
private PersonBean |
personB
|
Constructor Summary | |
---|---|
CoupleBean(PersonBean a,
PersonBean b)
|
Method Summary | |
---|---|
PersonBean |
getPersonA()
|
PersonBean |
getPersonB()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PersonBean personA
private PersonBean personB
Constructor Detail |
---|
public CoupleBean(PersonBean a, PersonBean b)
Method Detail |
---|
public PersonBean getPersonA()
public PersonBean getPersonB()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |