| | |
| | | private Boolean permWorkSpaceSetting; |
| | | private Boolean permProjectSetting; |
| | | private Boolean permIssueSetting; |
| | | private Boolean permIssueSystemSetting; |
| | | private Boolean permApi; |
| | | private Boolean permNotice; |
| | | private Boolean permFAQ; |
| | |
| | | public void setPermGuide(Boolean permGuide) { |
| | | this.permGuide = permGuide; |
| | | } |
| | | |
| | | public Boolean getPermIssueSystemSetting() { |
| | | return permIssueSystemSetting; |
| | | } |
| | | |
| | | public void setPermIssueSystemSetting(Boolean permIssueSystemSetting) { |
| | | this.permIssueSystemSetting = permIssueSystemSetting; |
| | | } |
| | | |
| | | |
| | | } |