public class CoupleBean
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private PersonBean |
personA |
private PersonBean |
personB |
| Constructor and Description |
|---|
CoupleBean(PersonBean a,
PersonBean b) |
| Modifier and Type | Method and Description |
|---|---|
PersonBean |
getPersonA() |
PersonBean |
getPersonB() |
private PersonBean personA
private PersonBean personB
public CoupleBean(PersonBean a, PersonBean b)
public PersonBean getPersonA()
public PersonBean getPersonB()