| | |
| | | private String section; |
| | | private String apartment; |
| | | private String builtUpArea; |
| | | private String unitPrice; |
| | | private String feeCoefficient; |
| | | private String userId; |
| | | private String remark; |
| | | private String state; |
| | | private String communityId; |
| | | private String roomType; |
| | | |
| | | |
| | | public String getRoomId() { |
| | |
| | | this.builtUpArea = builtUpArea; |
| | | } |
| | | |
| | | public String getUnitPrice() { |
| | | return unitPrice; |
| | | } |
| | | |
| | | public void setUnitPrice(String unitPrice) { |
| | | this.unitPrice = unitPrice; |
| | | } |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getFeeCoefficient() { |
| | | return feeCoefficient; |
| | | } |
| | | |
| | | public void setFeeCoefficient(String feeCoefficient) { |
| | | this.feeCoefficient = feeCoefficient; |
| | | } |
| | | |
| | | public String getRoomType() { |
| | | return roomType; |
| | | } |
| | | |
| | | public void setRoomType(String roomType) { |
| | | this.roomType = roomType; |
| | | } |
| | | } |