| | |
| | | private Long id; |
| | | private Boolean useYn; |
| | | private Long userId; |
| | | private Boolean permAllIssueAndProjectSetting; |
| | | private Boolean permPartnerSetting; |
| | | private Boolean permWorkSpaceSetting; |
| | | private Boolean permProjectSetting; |
| | | private Boolean permIssueSetting; |
| | | private Boolean permIssueSystemSetting; |
| | | private Boolean permApi; |
| | | private Boolean permNotice; |
| | | private Boolean permFAQ; |
| | |
| | | this.permGuide = permGuide; |
| | | } |
| | | |
| | | public Boolean getPermAllIssueAndProjectSetting() { |
| | | return permAllIssueAndProjectSetting; |
| | | public Boolean getPermIssueSystemSetting() { |
| | | return permIssueSystemSetting; |
| | | } |
| | | |
| | | public void setPermAllIssueAndProjectSetting(Boolean permAllIssueAndProjectSetting) { |
| | | this.permAllIssueAndProjectSetting = permAllIssueAndProjectSetting; |
| | | public void setPermIssueSystemSetting(Boolean permIssueSystemSetting) { |
| | | this.permIssueSystemSetting = permIssueSystemSetting; |
| | | } |
| | | |
| | | |
| | | } |