|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Address | |
| org.bejug.javacareers.jobs.model | The model (read POJOs) are located here. |
| Uses of Address in org.bejug.javacareers.jobs.model |
| Methods in org.bejug.javacareers.jobs.model that return Address | |
Address |
Person.getAddress()
Retrieves the users address. |
Address |
Organisation.getAddress()
Retrieves the organisation address. |
Address |
EducationOffer.getAddress()
|
| Methods in org.bejug.javacareers.jobs.model with parameters of type Address | |
void |
Person.setAddress(Address address)
Sets the address of the user. |
void |
Organisation.setAddress(Address address)
Sets the address of the organisation. |
void |
EducationOffer.setAddress(Address address)
sets the address. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||