Interface RoleDetails
- All Known Implementing Classes:
DefaultRoleDetails
public interface RoleDetails
Responsible for editing the details (name and description) of a project role.
Assumes that the current page is the edit project role page for the role that needs to be edited.
- Since:
- v4.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) Sets the description of the project role in play.void
Sets the name of the project role in play.
-
Method Details
-
setName
Sets the name of the project role in play.- Parameters:
name
- The name that will be set on the project role.
-
setDescription
Sets the description of the project role in play.- Parameters:
description
- The description that will be set on the project role.
-