| | |
| | | private String builtUpArea; |
| | | private String roomNum; |
| | | private String unitId; |
| | | private String unitArea; |
| | | private String apartment; |
| | | private String apartmentName; |
| | | private String communityId; |
| | | private String floorId; |
| | | private String floorNum; |
| | | private String floorArea; |
| | | private String userName; |
| | | private String ownerId; |
| | | private String ownerName; |
| | |
| | | public void setLink(String link) { |
| | | this.link = link; |
| | | } |
| | | |
| | | public String getUnitArea() { |
| | | return unitArea; |
| | | } |
| | | |
| | | public void setUnitArea(String unitArea) { |
| | | this.unitArea = unitArea; |
| | | } |
| | | |
| | | public String getFloorArea() { |
| | | return floorArea; |
| | | } |
| | | |
| | | public void setFloorArea(String floorArea) { |
| | | this.floorArea = floorArea; |
| | | } |
| | | } |