public class MockSimpleLink extends MockSimpleLinkSection implements SimpleLink
iconUrl, id, label, params, styleClass, title, weight
Constructor and Description |
---|
MockSimpleLink(String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccessKey()
The access key used to quickly select link
|
String |
getUrl()
The URL that the link points to.
|
int |
hashCode() |
void |
setAccessKey(String accessKey) |
void |
setUrl(String url) |
String |
toString() |
getIconUrl, getId, getLabel, getParams, getStyleClass, getTitle, getWeight, setIconUrl, setId, setLabel, setParams, setStyleClass, setTitle, setWeight
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getIconUrl, getId, getLabel, getParams, getStyleClass, getTitle, getWeight
public MockSimpleLink(String id)
public String getUrl()
SimpleLink
getUrl
in interface SimpleLink
public void setUrl(String url)
public String getAccessKey()
SimpleLink
getAccessKey
in interface SimpleLink
public void setAccessKey(String accessKey)
public boolean equals(Object o)
equals
in class MockSimpleLinkSection
public int hashCode()
hashCode
in class MockSimpleLinkSection
public String toString()
toString
in class MockSimpleLinkSection
Copyright © 2002-2015 Atlassian. All Rights Reserved.