Modifier and Type | Field and Description |
---|---|
private Collection<Door> |
doors |
private int |
id |
private Collection<Mortgage> |
mortgages |
private Collection<Resident> |
residents |
private Collection<Room> |
rooms |
Modifier and Type | Method and Description |
---|---|
Collection<Door> |
getDoors() |
int |
getId() |
Collection<Mortgage> |
getMortgages() |
Collection<Resident> |
getResidents() |
Collection<Room> |
getRooms() |
private int id
private Collection<Room> rooms
private Collection<Door> doors
private Collection<Resident> residents
private Collection<Mortgage> mortgages
public int getId()
public Collection<Room> getRooms()
public Collection<Door> getDoors()
public Collection<Resident> getResidents()
public Collection<Mortgage> getMortgages()
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.