| | |
| | | private Long id; |
| | | private Boolean useYn; |
| | | private Long userId; |
| | | private Boolean permAllIssueSetting; |
| | | private Boolean permAllProjectSetting; |
| | | 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 getPermAllIssueSetting() { |
| | | return permAllIssueSetting; |
| | | public Boolean getPermIssueSystemSetting() { |
| | | return permIssueSystemSetting; |
| | | } |
| | | |
| | | public void setPermAllIssueSetting(Boolean permAllIssueSetting) { |
| | | this.permAllIssueSetting = permAllIssueSetting; |
| | | public void setPermIssueSystemSetting(Boolean permIssueSystemSetting) { |
| | | this.permIssueSystemSetting = permIssueSystemSetting; |
| | | } |
| | | |
| | | public Boolean getPermAllProjectSetting() { |
| | | return permAllProjectSetting; |
| | | } |
| | | |
| | | public void setPermAllProjectSetting(Boolean permAllProjectSetting) { |
| | | this.permAllProjectSetting = permAllProjectSetting; |
| | | } |
| | | } |