com.atlassian.jira.web.util
Class HelpUtil.HelpPath

java.lang.Object
  extended by com.atlassian.jira.web.util.HelpUtil.HelpPath
All Implemented Interfaces:
Cloneable, Comparable<HelpUtil.HelpPath>
Enclosing class:
HelpUtil

public class HelpUtil.HelpPath
extends Object
implements Cloneable, Comparable<HelpUtil.HelpPath>


Constructor Summary
HelpUtil.HelpPath()
           
 
Method Summary
 Object clone()
           
 int compareTo(HelpUtil.HelpPath helpPath)
           
 String getAlt()
           
 String getKey()
           
 Boolean getLocal()
           
 String getSimpleUrl()
          Deprecated. since 6.2.4 use getUrl() instead.
 String getTitle()
           
 String getUrl()
           
 Boolean isLocal()
           
 void setAlt(String alt)
           
 void setKey(String key)
           
 void setLocal(Boolean local)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 String toJson()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelpUtil.HelpPath

public HelpUtil.HelpPath()
Method Detail

getUrl

public String getUrl()

getSimpleUrl

@Deprecated
public String getSimpleUrl()
Deprecated. since 6.2.4 use getUrl() instead.

This now an alias to getUrl().

Returns:
getUrl()

getAlt

public String getAlt()

getTitle

public String getTitle()

getKey

public String getKey()

setUrl

public void setUrl(String url)

setAlt

public void setAlt(String alt)

setTitle

public void setTitle(String title)

setKey

public void setKey(String key)

isLocal

public Boolean isLocal()

getLocal

public Boolean getLocal()

setLocal

public void setLocal(Boolean local)

compareTo

public int compareTo(HelpUtil.HelpPath helpPath)
Specified by:
compareTo in interface Comparable<HelpUtil.HelpPath>

clone

public Object clone()
Overrides:
clone in class Object

toString

public String toString()
Overrides:
toString in class Object

toJson

public String toJson()


Copyright © 2002-2014 Atlassian. All Rights Reserved.