com.atlassian.jira.web.bean
Class PercentageGraphRow

java.lang.Object
  extended by com.atlassian.jira.web.bean.PercentageGraphRow

public final class PercentageGraphRow
extends Object


Constructor Summary
PercentageGraphRow(String color, long number, String description, String statuses)
           
 
Method Summary
 boolean equals(Object o)
           
 String getColor()
           
 String getDescription()
           
 long getNumber()
           
 String getStatuses()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentageGraphRow

public PercentageGraphRow(String color,
                          long number,
                          String description,
                          String statuses)
Method Detail

getColor

public String getColor()

getNumber

public long getNumber()

getDescription

public String getDescription()

getStatuses

public String getStatuses()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2007 Atlassian. All Rights Reserved.