Package com.atlassian.jira.mock
Class MockProjectRoleManager.MockProjectRole
java.lang.Object
com.atlassian.jira.mock.MockProjectRoleManager.MockProjectRole
- All Implemented Interfaces:
ProjectRole
- Enclosing class:
- MockProjectRoleManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWill get the description of this role, null if not set.getId()Will return the unique identifier for this project role.getName()Will get the name of this role, null if not set.voidsetDescription(String description) voidtoString()
-
Constructor Details
-
MockProjectRole
-
-
Method Details
-
getId
Description copied from interface:ProjectRoleWill return the unique identifier for this project role.- Specified by:
getIdin interfaceProjectRole- Returns:
- Long the unique id for this proejct role.
-
getName
Description copied from interface:ProjectRoleWill get the name of this role, null if not set.- Specified by:
getNamein interfaceProjectRole- Returns:
- name or null if not set
-
setName
-
getDescription
Description copied from interface:ProjectRoleWill get the description of this role, null if not set.- Specified by:
getDescriptionin interfaceProjectRole- Returns:
- description or null if not set
-
setDescription
-
toString
-