area = $area; } public function getArea() { return $this->area; } public function setBuildingId($buildingId) { $this->buildingId = $buildingId; } public function getBuildingId() { return $this->buildingId; } public function setCustomType($customType) { $this->customType = $customType; } public function getCustomType() { return $this->customType; } public function setDeskCode($deskCode) { $this->deskCode = $deskCode; } public function getDeskCode() { return $this->deskCode; } public function setFloorName($floorName) { $this->floorName = $floorName; } public function getFloorName() { return $this->floorName; } public function setFloorSection($floorSection) { $this->floorSection = $floorSection; } public function getFloorSection() { return $this->floorSection; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }