|  | @@ -0,0 +1,73 @@
 | 
	
		
			
				|  |  | +package com.keao.edu.user.dto;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +public class RoomStudentListDto {
 | 
	
		
			
				|  |  | +    private Long examRoomStudentRelationId;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private Long examRegistrationId;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String realName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String subjectName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private Integer level;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private Long examRoomId;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private Integer studentId;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Long getExamRoomStudentRelationId() {
 | 
	
		
			
				|  |  | +        return examRoomStudentRelationId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setExamRoomStudentRelationId(Long examRoomStudentRelationId) {
 | 
	
		
			
				|  |  | +        this.examRoomStudentRelationId = examRoomStudentRelationId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Long getExamRegistrationId() {
 | 
	
		
			
				|  |  | +        return examRegistrationId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setExamRegistrationId(Long examRegistrationId) {
 | 
	
		
			
				|  |  | +        this.examRegistrationId = examRegistrationId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getRealName() {
 | 
	
		
			
				|  |  | +        return realName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setRealName(String realName) {
 | 
	
		
			
				|  |  | +        this.realName = realName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getSubjectName() {
 | 
	
		
			
				|  |  | +        return subjectName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setSubjectName(String subjectName) {
 | 
	
		
			
				|  |  | +        this.subjectName = subjectName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Integer getLevel() {
 | 
	
		
			
				|  |  | +        return level;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setLevel(Integer level) {
 | 
	
		
			
				|  |  | +        this.level = level;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Long getExamRoomId() {
 | 
	
		
			
				|  |  | +        return examRoomId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setExamRoomId(Long examRoomId) {
 | 
	
		
			
				|  |  | +        this.examRoomId = examRoomId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Integer getStudentId() {
 | 
	
		
			
				|  |  | +        return studentId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setStudentId(Integer studentId) {
 | 
	
		
			
				|  |  | +        this.studentId = studentId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +}
 |