| | |
| | | private String statusCd = "0"; |
| | | private String objType; |
| | | private String appraiseUserId; |
| | | private String doorSpeedScore; |
| | | private String repairmanServiceScore; |
| | | |
| | | public String getParentAppraiseId() { |
| | | return parentAppraiseId; |
| | |
| | | this.appraiseUserId = appraiseUserId; |
| | | } |
| | | |
| | | public String getDoorSpeedScore() { |
| | | return doorSpeedScore; |
| | | } |
| | | |
| | | public void setDoorSpeedScore(String doorSpeedScore) { |
| | | this.doorSpeedScore = doorSpeedScore; |
| | | } |
| | | |
| | | public String getRepairmanServiceScore() { |
| | | return repairmanServiceScore; |
| | | } |
| | | |
| | | public void setRepairmanServiceScore(String repairmanServiceScore) { |
| | | this.repairmanServiceScore = repairmanServiceScore; |
| | | } |
| | | } |