@Entity public class Door extends Object
private House
house
private DoorPK
pk
Door()
Door(House house, int doorId)
House
getHouse()
DoorPK
getPk()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private DoorPK pk
private House house
public Door()
public Door(House house, int doorId)
public DoorPK getPk()
public House getHouse()