Searched full:frontdoor (Results 1 – 9 of 9) sorted by relevance
38 FrontDoor frontDoor = new FrontDoor("qaz1", 5); in testDump1() local39 frontDoor.setKeytype("qwerty123"); in testDump1()40 house.setFrontDoor(frontDoor); in testDump1()70 FrontDoor frontDoor = new FrontDoor("qaz1", 5); in testDump3() local71 frontDoor.setKeytype("qwerty123"); in testDump3()72 house.setFrontDoor(frontDoor); in testDump3()98 FrontDoor fdoor = loadedHouse.getFrontDoor(); in testDump3()99 assertEquals(frontDoor.getId(), fdoor.getId()); in testDump3()100 assertEquals(frontDoor.getHeight(), fdoor.getHeight()); in testDump3()101 assertEquals(frontDoor.getKeytype(), fdoor.getKeytype()); in testDump3()[all …]
25 private FrontDoor frontDoor; field in House52 public FrontDoor getFrontDoor() { in getFrontDoor()53 return frontDoor; in getFrontDoor()56 public void setFrontDoor(FrontDoor frontDoor) { in setFrontDoor() argument57 this.frontDoor = frontDoor; in setFrontDoor()
18 public class FrontDoor extends Door { class21 public FrontDoor() { in FrontDoor() method in FrontDoor25 public FrontDoor(String id, int height) { in FrontDoor() method in FrontDoor
1 frontDoor:
2 frontDoor:
308 <a href="http://www.hotwired.com/">Frontdoor</a><br>
359 <a href="http://www.hotwired.com/">Frontdoor</a><br>
1274 SAX.characters(Frontdoor, 9)