com.atlassian.jira.hints
Class Hint

java.lang.Object
  extended by com.atlassian.jira.hints.Hint

public final class Hint
extends Object

Holds hint data. Currently only the text of a hint, might be extended in the future.

Since:
v4.2

Constructor Summary
Hint(String text, String tooltip)
           
 
Method Summary
 boolean equals(Object o)
           
 String getText()
           
 String getTooltip()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hint

public Hint(String text,
            String tooltip)
Method Detail

getText

public String getText()

getTooltip

public String getTooltip()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2011 Atlassian. All Rights Reserved.