Class ProjectRoleImpl
java.lang.Object
com.atlassian.jira.security.roles.ProjectRoleImpl
- All Implemented Interfaces:
ProjectRole
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionProjectRoleImpl
(Long id, String name, String description) ProjectRoleImpl
(String name, String description) -
Method Summary
-
Constructor Details
-
ProjectRoleImpl
-
ProjectRoleImpl
-
-
Method Details
-
getId
Description copied from interface:ProjectRole
Will return the unique identifier for this project role.- Specified by:
getId
in interfaceProjectRole
- Returns:
- Long the unique id for this proejct role.
-
getName
Description copied from interface:ProjectRole
Will get the name of this role, null if not set.- Specified by:
getName
in interfaceProjectRole
- Returns:
- name or null if not set
-
getDescription
Description copied from interface:ProjectRole
Will get the description of this role, null if not set.- Specified by:
getDescription
in interfaceProjectRole
- Returns:
- description or null if not set
-
equals
-
hashCode
public int hashCode() -
toString
-