com.atlassian.jira.web.bean
Class PercentageGraphRow

java.lang.Object
  extended bycom.atlassian.jira.web.bean.PercentageGraphRow

public class PercentageGraphRow
extends Object


Constructor Summary
PercentageGraphRow(String colour, long number, String description, String statuses)
           
 
Method Summary
 boolean equals(Object o)
           
 String getColour()
           
 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 colour,
                          long number,
                          String description,
                          String statuses)
Method Detail

getColour

public String getColour()

getNumber

public long getNumber()

getDescription

public String getDescription()

getStatuses

public String getStatuses()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2002-2006 Atlassian. All Rights Reserved.