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 java.lang.Object

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


Method Summary
 java.lang.Long getProjectId()
          Returns the project ID
 java.util.List<java.lang.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 java.lang.Long getProjectId()
Returns the project ID

Returns:
project ID

getProjectRoleIds

public java.util.List<java.lang.Long> getProjectRoleIds()
Returns the project role ID

Returns:
project role ID


Copyright © 2002-2011 Atlassian. All Rights Reserved.