| | |
| | | private String stateName; |
| | | private String repairTypeName; |
| | | |
| | | private String staffId; |
| | | |
| | | private String userId; |
| | | private String userName; |
| | | |
| | | private String repairDispatchState; |
| | | private String repairDispatchContext; |
| | | private String repairDispatchStateName; |
| | | |
| | | public String getRepairId() { |
| | | return repairId; |
| | | } |
| | |
| | | public void setRepairTypeName(String repairTypeName) { |
| | | this.repairTypeName = repairTypeName; |
| | | } |
| | | |
| | | |
| | | public String getStaffId() { |
| | | return staffId; |
| | | } |
| | | |
| | | public void setStaffId(String staffId) { |
| | | this.staffId = staffId; |
| | | } |
| | | |
| | | public String getRepairDispatchState() { |
| | | return repairDispatchState; |
| | | } |
| | | |
| | | public void setRepairDispatchState(String repairDispatchState) { |
| | | this.repairDispatchState = repairDispatchState; |
| | | } |
| | | |
| | | public String getRepairDispatchContext() { |
| | | return repairDispatchContext; |
| | | } |
| | | |
| | | public void setRepairDispatchContext(String repairDispatchContext) { |
| | | this.repairDispatchContext = repairDispatchContext; |
| | | } |
| | | |
| | | public String getRepairDispatchStateName() { |
| | | return repairDispatchStateName; |
| | | } |
| | | |
| | | public void setRepairDispatchStateName(String repairDispatchStateName) { |
| | | this.repairDispatchStateName = repairDispatchStateName; |
| | | } |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getUserName() { |
| | | return userName; |
| | | } |
| | | |
| | | public void setUserName(String userName) { |
| | | this.userName = userName; |
| | | } |
| | | } |