| | |
| | | private Long lastProjectId; |
| | | private Long lastIssueTypeId; |
| | | private Long departmentId; |
| | | private String levelName; |
| | | private List<DepartmentVo> departmentVos = Lists.newArrayList(); |
| | | private Boolean userSocialLogin = Boolean.FALSE; |
| | | private List<ProjectVo> projectVos = Lists.newArrayList(); |
| | | private String reservationNotifyTime; |
| | |
| | | public void setProjectManagerYN(Boolean projectManagerYN) { |
| | | this.projectManagerYN = projectManagerYN; |
| | | } |
| | | |
| | | public String getLevelName() { |
| | | return levelName; |
| | | } |
| | | |
| | | public void setLevelName(String levelName) { |
| | | this.levelName = levelName; |
| | | } |
| | | |
| | | public List<DepartmentVo> getDepartmentVos() { |
| | | return departmentVos; |
| | | } |
| | | |
| | | public void setDepartmentVos(List<DepartmentVo> departmentVos) { |
| | | this.departmentVos = departmentVos; |
| | | } |
| | | } |