@Embeddable public class HousePK extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
number |
private static long |
serialVersionUID |
private String |
street |
| Constructor and Description |
|---|
HousePK() |
HousePK(int number,
String street) |
private static final long serialVersionUID
private int number
private String street
public HousePK()
public HousePK(int number,
String street)
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.