public class ResidentPK extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
house |
private int |
residentId |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ResidentPK() |
ResidentPK(int houseId,
int residentId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getHouseId() |
int |
getResidentId() |
int |
hashCode() |
private static final long serialVersionUID
private int house
private int residentId
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.