|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddressBean | |
---|---|
org.apache.commons.betwixt | |
org.apache.commons.betwixt.introspection |
Uses of AddressBean in org.apache.commons.betwixt |
---|
Methods in org.apache.commons.betwixt that return AddressBean | |
---|---|
AddressBean |
CustomerBean.getAddress()
|
AddressBean |
PartyBean.getVenue()
|
Methods in org.apache.commons.betwixt with parameters of type AddressBean | |
---|---|
void |
AddressBookWithMapArrayAdder.addAddress(PersonBean person,
AddressBean[] addresses)
|
void |
MapBean.addAddress(java.lang.String name,
AddressBean address)
|
void |
CustomerBean.setAddress(AddressBean address)
|
void |
PartyBean.setVenue(AddressBean venue)
|
Constructors in org.apache.commons.betwixt with parameters of type AddressBean | |
---|---|
PartyBean(java.lang.String excuse,
java.util.Date date,
int fromHour,
AddressBean venue)
|
Uses of AddressBean in org.apache.commons.betwixt.introspection |
---|
Methods in org.apache.commons.betwixt.introspection that return AddressBean | |
---|---|
AddressBean |
CompanyBean.getRegisteredAddress()
|
Methods in org.apache.commons.betwixt.introspection with parameters of type AddressBean | |
---|---|
void |
AddressBook.addAddress(java.lang.String name,
AddressBean address)
|
void |
AddressBook.addName(AddressBean address,
java.lang.String name)
|
void |
CompanyBean.setRegisteredAddress(AddressBean bean)
|
Constructors in org.apache.commons.betwixt.introspection with parameters of type AddressBean | |
---|---|
CompanyBean(java.lang.String name,
AddressBean address)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |