public static class MockProjectRoleManager.MockProjectRole extends Object implements ProjectRole
| Constructor and Description |
|---|
MockProjectRole(long id,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Will get the description of this role, null if not set.
|
Long |
getId()
Will return the unique identifier for this project role.
|
String |
getName()
Will get the name of this role, null if not set.
|
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public Long getId()
ProjectRolegetId in interface ProjectRolepublic String getName()
ProjectRolegetName in interface ProjectRolepublic void setName(String name)
public String getDescription()
ProjectRolegetDescription in interface ProjectRolepublic void setDescription(String description)
Copyright © 2002-2022 Atlassian. All Rights Reserved.