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()
ProjectRole
getId
in interface ProjectRole
public String getName()
ProjectRole
getName
in interface ProjectRole
public void setName(String name)
public String getDescription()
ProjectRole
getDescription
in interface ProjectRole
public void setDescription(String description)
Copyright © 2002-2015 Atlassian. All Rights Reserved.