com.atlassian.jira.web.component.webfragment
Class AdminTabsWebComponent.Tab

java.lang.Object
  extended by com.atlassian.jira.web.component.webfragment.AdminTabsWebComponent.Tab
Enclosing class:
AdminTabsWebComponent

public static class AdminTabsWebComponent.Tab
extends Object


Method Summary
 boolean equals(Object o)
           
 String getId()
           
 String getLabel()
           
 String getTitle()
           
 String getUrl()
           
 int hashCode()
           
 boolean isSelected()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTitle

public String getTitle()

getLabel

public String getLabel()

getId

public String getId()

getUrl

@NotNull
public String getUrl()

isSelected

public boolean isSelected()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.