public abstract class AbstractDashboardStreamItem extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
iconClass |
protected String |
linkUrl |
protected String |
title |
static String |
UNKNOWN_ICON |
Constructor and Description |
---|
AbstractDashboardStreamItem(String title,
String linkUrl,
String iconClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIconClass()
The CSS class of the AUI icon.
|
String |
getLinkUrl()
Returns the URL where the content can be accessed
|
String |
getTitle()
Returns the title of the content - e.g.
|
int |
hashCode() |
String |
toString() |
public static final String UNKNOWN_ICON
protected final String title
protected final String linkUrl
protected final String iconClass
public String getTitle()
public String getLinkUrl()
public String getIconClass()
Copyright © 2003–2017 Atlassian. All rights reserved.