Class AbstractAdminWebItemBean
java.lang.Object
com.atlassian.administration.quicksearch.impl.spi.AbstractAdminWebItemBean
- All Implemented Interfaces:
AdminWebItem
- Direct Known Subclasses:
AdminLinkBean,AdminLinkSectionBean
Abstract implementation of
AdminWebItem as
an immutable bean.- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractAdminWebItemBean
-
-
Method Details
-
getId
Description copied from interface:AdminWebItemUnique ID of the web item. Can benull, e.g. if an item (link, section) is dynamically generated.- Specified by:
getIdin interfaceAdminWebItem- Returns:
- ID of the link
-
getLabel
Description copied from interface:AdminWebItemHuman readable label of the item. Can benull.- Specified by:
getLabelin interfaceAdminWebItem- Returns:
- label of the item
-
getParameters
Description copied from interface:AdminWebItemCustom parameters configured for this web item- Specified by:
getParametersin interfaceAdminWebItem- Returns:
- map of custom parameters
-