| | |
| | | private String roomId; |
| | | private String roomNum; |
| | | private String carNum; |
| | | private String contractCode; |
| | | private String payerObjType; |
| | | private String ownerName; |
| | | |
| | | private String objCount; |
| | | private String normalCount; |
| | |
| | | public void setVacantHousingReduction(String vacantHousingReduction) { |
| | | this.vacantHousingReduction = vacantHousingReduction; |
| | | } |
| | | |
| | | public String getContractCode() { |
| | | return contractCode; |
| | | } |
| | | |
| | | public void setContractCode(String contractCode) { |
| | | this.contractCode = contractCode; |
| | | } |
| | | |
| | | public String getOwnerName() { |
| | | return ownerName; |
| | | } |
| | | |
| | | public void setOwnerName(String ownerName) { |
| | | this.ownerName = ownerName; |
| | | } |
| | | } |