com.atlassian.jira.portal.portlets
Class ProjectPortlet.PriorityStat

java.lang.Object
  extended by com.atlassian.jira.portal.portlets.ProjectPortlet.PriorityStat
Enclosing class:
ProjectPortlet

public static class ProjectPortlet.PriorityStat
extends Object


Constructor Summary
ProjectPortlet.PriorityStat(String id, Integer count, String name, long percentage, String color)
           
 
Method Summary
 String getColor()
           
 Object getCount()
           
 String getId()
           
 String getName()
           
 long getPercentage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectPortlet.PriorityStat

public ProjectPortlet.PriorityStat(String id,
                                   Integer count,
                                   String name,
                                   long percentage,
                                   String color)
Method Detail

getId

public String getId()

getColor

public String getColor()

getName

public String getName()

getPercentage

public long getPercentage()

getCount

public Object getCount()


Copyright © 2002-2010 Atlassian. All Rights Reserved.