com.atlassian.jira.projectconfig.beans
Class SimplePanel

java.lang.Object
  extended by com.atlassian.jira.projectconfig.beans.SimplePanel

public class SimplePanel
extends Object

A simple bean containing rendered panels for the summary page. Only has the name and the contents to render

Since:
v4.4

Constructor Summary
SimplePanel(String name, String panelKey, String contentHtml)
           
 
Method Summary
 boolean equals(Object o)
           
 String getContentHtml()
           
 String getName()
           
 String getPanelKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimplePanel

public SimplePanel(String name,
                   String panelKey,
                   String contentHtml)
Method Detail

getName

public String getName()

getPanelKey

public String getPanelKey()

getContentHtml

public String getContentHtml()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.