com.atlassian.jira.gadgets.system
Class RecentlyCreatedChartResource.RecentlyCreatedChart

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.RecentlyCreatedChartResource.RecentlyCreatedChart
Enclosing class:
RecentlyCreatedChartResource

public static class RecentlyCreatedChartResource.RecentlyCreatedChart
extends Object

A simple bean contain all information required to render the Recently Created Chart


Method Summary
 boolean equals(Object o)
           
 RecentlyCreatedChartResource.DataRow[] getData()
           
 String getFilterTitle()
           
 String getFilterUrl()
           
 Integer getHeight()
           
 String getImageMap()
           
 String getImageMapName()
           
 Integer getIssueCount()
           
 String getLocation()
           
 Integer getWidth()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getLocation

public String getLocation()

getFilterTitle

public String getFilterTitle()

getFilterUrl

public String getFilterUrl()

getImageMap

public String getImageMap()

getImageMapName

public String getImageMapName()

getIssueCount

public Integer getIssueCount()

getHeight

public Integer getHeight()

getWidth

public Integer getWidth()

getData

public RecentlyCreatedChartResource.DataRow[] getData()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.