com.atlassian.jira.hints
Class HintImpl

java.lang.Object
  extended by com.atlassian.jira.hints.HintImpl
All Implemented Interfaces:
Hint

public final class HintImpl
extends Object
implements Hint


Constructor Summary
HintImpl(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

HintImpl

public HintImpl(String text,
                String tooltip)
Method Detail

getText

public String getText()
Specified by:
getText in interface Hint

getTooltip

public String getTooltip()
Specified by:
getTooltip in interface Hint

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.