| | |
| | | |
| | | private Long id; |
| | | |
| | | private Long principalUid; |
| | | |
| | | private Long principalDepartmentId; |
| | | |
| | | private String teamLevel; |
| | | |
| | | private String teamName; |
| | | |
| | | private String principalPhone; |
| | | |
| | | private String telephoneNumber; |
| | | |
| | | private String teamDesc; |
| | | |
| | |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Long getPrincipalUid() { |
| | | return principalUid; |
| | | } |
| | | |
| | | public void setPrincipalUid(Long principalUid) { |
| | | this.principalUid = principalUid; |
| | | } |
| | | |
| | | public Long getPrincipalDepartmentId() { |
| | | return principalDepartmentId; |
| | | } |
| | | |
| | | public void setPrincipalDepartmentId(Long principalDepartmentId) { |
| | | this.principalDepartmentId = principalDepartmentId; |
| | | } |
| | | |
| | | public String getTeamLevel() { |
| | |
| | | this.principalPhone = principalPhone; |
| | | } |
| | | |
| | | public String getTelephoneNumber() { |
| | | return telephoneNumber; |
| | | } |
| | | |
| | | public void setTelephoneNumber(String telephoneNumber) { |
| | | this.telephoneNumber = telephoneNumber; |
| | | } |
| | | |
| | | public String getTeamDesc() { |
| | | return teamDesc; |
| | | } |
| | |
| | | public void setMemberList(List<EmergencyTeamMemberRespDTO> memberList) { |
| | | this.memberList = memberList; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "EmergencyTeamDetailRespDTO{" + |
| | | "id=" + id + |
| | | ", principalUid=" + principalUid + |
| | | ", principalDepartmentId=" + principalDepartmentId + |
| | | ", teamLevel='" + teamLevel + '\'' + |
| | | ", teamName='" + teamName + '\'' + |
| | | ", principalPhone='" + principalPhone + '\'' + |
| | | ", telephoneNumber='" + telephoneNumber + '\'' + |
| | | ", teamDesc='" + teamDesc + '\'' + |
| | | ", fileList=" + fileList + |
| | | ", memberList=" + memberList + |
| | | '}'; |
| | | } |
| | | } |