com.atlassian.jira.security.roles
Class ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry

java.lang.Object
  extended by com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry
Enclosing class:
ProjectRoleManager.ProjectIdToProjectRoleIdsMap

public static class ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry
extends Object

Map entry that holds the project id and the collection of project role ids


Method Summary
 Long getProjectId()
          Returns the project ID
 List<Long> getProjectRoleIds()
          Returns the project role ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProjectId

public Long getProjectId()
Returns the project ID

Returns:
project ID

getProjectRoleIds

public List<Long> getProjectRoleIds()
Returns the project role ID

Returns:
project role ID


Copyright © 2002-2012 Atlassian. All Rights Reserved.