| | |
| | | private String contractCode; |
| | | private String payerObjType; |
| | | private String ownerName; |
| | | private String detailId; |
| | | private String builtUpArea; |
| | | |
| | | private String objCount; |
| | | private String normalCount; |
| | |
| | | public void setCurOweAmount(String curOweAmount) { |
| | | this.curOweAmount = curOweAmount; |
| | | } |
| | | |
| | | public String getDetailId() { |
| | | return detailId; |
| | | } |
| | | |
| | | public void setDetailId(String detailId) { |
| | | this.detailId = detailId; |
| | | } |
| | | |
| | | public String getBuiltUpArea() { |
| | | return builtUpArea; |
| | | } |
| | | |
| | | public void setBuiltUpArea(String builtUpArea) { |
| | | this.builtUpArea = builtUpArea; |
| | | } |
| | | } |