Class IssueSecurityLevelImpl
java.lang.Object
com.atlassian.jira.issue.security.IssueSecurityLevelImpl
- All Implemented Interfaces:
IssueSecurityLevel
-
Constructor Summary
ConstructorsConstructorDescriptionIssueSecurityLevelImpl
(Long id, String name, String description, Long schemeId) -
Method Summary
-
Constructor Details
-
IssueSecurityLevelImpl
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIssueSecurityLevel
- Returns:
- the unique identifier for this issue security level
-
getName
- Specified by:
getName
in interfaceIssueSecurityLevel
- Returns:
- the user provided name for this issue security level
-
getDescription
- Specified by:
getDescription
in interfaceIssueSecurityLevel
- Returns:
- the user provided description for this issue security level
-
getSchemeId
- Specified by:
getSchemeId
in interfaceIssueSecurityLevel
- Returns:
- the unique identifier of the IssueSecurityScheme that this issue security level is associated with
-
equals
-
hashCode
public int hashCode()
-