public class MockSimpleLinkSection extends Object implements SimpleLinkSection
Modifier and Type | Field and Description |
---|---|
protected String |
iconUrl |
protected String |
id |
protected String |
label |
protected Map<String,String> |
params |
protected String |
styleClass |
protected String |
title |
protected Integer |
weight |
Constructor and Description |
---|
MockSimpleLinkSection(String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIconUrl()
The url for the icon for the section
|
String |
getId()
The unique id for the section.
|
String |
getLabel()
The label for the section
|
Map<String,String> |
getParams()
Get params associated with this section
|
String |
getStyleClass()
The style to aply to the section
|
String |
getTitle()
The title (tooltip) for the section
|
Integer |
getWeight()
The weight for the section
|
int |
hashCode() |
void |
setIconUrl(String iconUrl) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setParams(Map<String,String> params) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setWeight(Integer weight) |
String |
toString() |
protected String label
protected String title
protected String iconUrl
protected String styleClass
protected String id
protected Integer weight
public MockSimpleLinkSection(String id)
public String getLabel()
SimpleLinkSection
getLabel
in interface SimpleLinkSection
public void setLabel(String label)
public String getTitle()
SimpleLinkSection
getTitle
in interface SimpleLinkSection
public void setTitle(String title)
public String getIconUrl()
SimpleLinkSection
getIconUrl
in interface SimpleLinkSection
public void setIconUrl(String iconUrl)
public String getStyleClass()
SimpleLinkSection
getStyleClass
in interface SimpleLinkSection
public void setStyleClass(String styleClass)
public String getId()
SimpleLinkSection
getId
in interface SimpleLinkSection
public void setId(String id)
public Map<String,String> getParams()
SimpleLinkSection
getParams
in interface SimpleLinkSection
public Integer getWeight()
SimpleLinkSection
getWeight
in interface SimpleLinkSection
public void setWeight(Integer weight)
Copyright © 2002-2022 Atlassian. All Rights Reserved.