Home
last modified time | relevance | path

Searched refs:furnitureWithGroups (Results 1 – 1 of 1) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DHome.java131 private List<HomePieceOfFurniture> furnitureWithGroups; field in Home
233 if (this.furnitureWithGroups != null) { in readObject()
234 this.furniture = this.furnitureWithGroups; in readObject()
235 this.furnitureWithGroups = null; in readObject()
497 this.furnitureWithGroups = this.furniture; in writeObject()
504 for (HomePieceOfFurniture piece : this.furnitureWithGroups) { in writeObject()
540 this.furnitureWithGroups = null; in writeObject()