public static class SidebarConfigElement.SidebarPluginConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
actionsConfigId |
protected String |
description |
protected String |
descriptionId |
protected String |
icon |
protected String |
id |
protected String |
label |
protected String |
labelId |
protected String |
page |
Constructor and Description |
---|
SidebarPluginConfig(String id,
String page,
String label,
String labelId,
String description,
String descriptionId,
String actionsConfigId,
String icon) |
Modifier and Type | Method and Description |
---|---|
String |
getActionsConfigId() |
String |
getDescription() |
String |
getDescriptionId() |
String |
getIcon() |
String |
getId() |
String |
getlabel() |
String |
getlabelId() |
String |
getPage() |
String |
toString() |
protected String id
protected String page
protected String actionsConfigId
protected String icon
protected String label
protected String labelId
protected String description
protected String descriptionId
public String getId()
public String getPage()
public String getIcon()
public String getlabel()
public String getlabelId()
public String getDescription()
public String getDescriptionId()
public String getActionsConfigId()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2005–2017 Alfresco Software. All rights reserved.