| | |
| | | private String roomSubType; |
| | | private String roomRent; |
| | | private String roomArea; |
| | | private String doorRoomNum; |
| | | private String propertyType; |
| | | private String propertyAddress; |
| | | private String houseCertificateNo; |
| | | |
| | | public String getDoorRoomNum() { |
| | | return doorRoomNum; |
| | | } |
| | | |
| | | public void setDoorRoomNum(String doorRoomNum) { |
| | | this.doorRoomNum = doorRoomNum; |
| | | } |
| | | |
| | | public String getPropertyAddress() { |
| | | return propertyAddress; |
| | | } |
| | | |
| | | public void setPropertyAddress(String propertyAddress) { |
| | | this.propertyAddress = propertyAddress; |
| | | } |
| | | |
| | | public String getHouseCertificateNo() { |
| | | return houseCertificateNo; |
| | | } |
| | | |
| | | public void setHouseCertificateNo(String houseCertificateNo) { |
| | | this.houseCertificateNo = houseCertificateNo; |
| | | } |
| | | |
| | | |
| | | public String getPropertyType() { |
| | | return propertyType; |
| | | } |
| | | |
| | | public void setPropertyType(String propertyType) { |
| | | this.propertyType = propertyType; |
| | | } |
| | | private String roomSubTypeName; |
| | | private String ownerId; |
| | | private String ownerName; |
| | |
| | | private String oweFee; |
| | | |
| | | private String contractCount; |
| | | |
| | | /** |
| | | * 路名(对应地址中的道路名称) |
| | | */ |
| | | private String roadName; |
| | | |
| | | /** |
| | | * 购买日期(格式:YYYY-MM-DD,未购买则为空) |
| | | */ |
| | | private String buyDate; |
| | | |
| | | /** |
| | | * 出售日期(格式:YYYY-MM-DD,未出售则为空) |
| | | */ |
| | | private String sellDate; |
| | | |
| | | /** |
| | | * 出售状态(可选值:未出售、已出售、已预订) |
| | | * 默认为"未出售" |
| | | */ |
| | | private String sellState; |
| | | |
| | | /** |
| | | * 购房者姓名(多人用逗号分隔) |
| | | */ |
| | | private String roomBuyer; |
| | | |
| | | /** |
| | | * 设备运行费(单位:元,精度保留2位小数) |
| | | * 默认为0.00 |
| | | */ |
| | | private String eoc; |
| | | |
| | | /** |
| | | * 房屋产证编号(Property certificate number) |
| | | */ |
| | | private String propertyCertificateNo; |
| | | |
| | | /** |
| | | * 是否安装充电桩(0=未安装,1=已安装) |
| | | * 默认为0(未安装) |
| | | */ |
| | | private Integer isEvChargerInstalled; |
| | | |
| | | |
| | | public String getFeeCoefficient() { |
| | |
| | | public void setContractCount(String contractCount) { |
| | | this.contractCount = contractCount; |
| | | } |
| | | |
| | | public String getRoadName() { |
| | | return roadName; |
| | | } |
| | | |
| | | public void setRoadName(String roadName) { |
| | | this.roadName = roadName; |
| | | } |
| | | |
| | | public String getBuyDate() { |
| | | return buyDate; |
| | | } |
| | | |
| | | public void setBuyDate(String buyDate) { |
| | | this.buyDate = buyDate; |
| | | } |
| | | |
| | | public String getSellDate() { |
| | | return sellDate; |
| | | } |
| | | |
| | | public void setSellDate(String sellDate) { |
| | | this.sellDate = sellDate; |
| | | } |
| | | |
| | | public String getSellState() { |
| | | return sellState; |
| | | } |
| | | |
| | | public void setSellState(String sellState) { |
| | | this.sellState = sellState; |
| | | } |
| | | |
| | | public String getRoomBuyer() { |
| | | return roomBuyer; |
| | | } |
| | | |
| | | public void setRoomBuyer(String roomBuyer) { |
| | | this.roomBuyer = roomBuyer; |
| | | } |
| | | |
| | | public String getEoc() { |
| | | return eoc; |
| | | } |
| | | |
| | | public void setEoc(String eoc) { |
| | | this.eoc = eoc; |
| | | } |
| | | |
| | | public String getPropertyCertificateNo() { |
| | | return propertyCertificateNo; |
| | | } |
| | | |
| | | public void setPropertyCertificateNo(String propertyCertificateNo) { |
| | | this.propertyCertificateNo = propertyCertificateNo; |
| | | } |
| | | |
| | | public Integer getIsEvChargerInstalled() { |
| | | return isEvChargerInstalled; |
| | | } |
| | | |
| | | public void setIsEvChargerInstalled(Integer isEvChargerInstalled) { |
| | | this.isEvChargerInstalled = isEvChargerInstalled; |
| | | } |
| | | } |