com.atlassian.jira.functest.framework.admin
Class DefaultRoleDetails

java.lang.Object
  extended by com.atlassian.jira.functest.framework.admin.DefaultRoleDetails
All Implemented Interfaces:
RoleDetails

public class DefaultRoleDetails
extends Object
implements RoleDetails


Constructor Summary
DefaultRoleDetails(net.sourceforge.jwebunit.WebTester tester)
           
 
Method Summary
 void setDescription(String description)
          Sets the description of the project role in play.
 void setName(String name)
          Sets the name of the project role in play.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRoleDetails

public DefaultRoleDetails(net.sourceforge.jwebunit.WebTester tester)
Method Detail

setName

public void setName(String name)
Description copied from interface: RoleDetails
Sets the name of the project role in play.

Specified by:
setName in interface RoleDetails
Parameters:
name - The name that will be set on the project role.

setDescription

public void setDescription(String description)
Description copied from interface: RoleDetails
Sets the description of the project role in play.

Specified by:
setDescription in interface RoleDetails
Parameters:
description - The description that will be set on the project role.


Copyright © 2002-2013 Atlassian. All Rights Reserved.