public class ContentSlotData extends Object
| Constructor and Description |
|---|
ContentSlotData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(NavigationBarComponentData component) |
Collection<NavigationBarComponentData> |
getComponents() |
Collection<String> |
getComponentsReferences() |
String |
getUid() |
void |
setComponents(Collection<NavigationBarComponentData> components) |
void |
setUid(String uid) |
public String getUid()
public void setUid(String uid)
uid - the uid to setpublic Collection<NavigationBarComponentData> getComponents()
public void addComponent(NavigationBarComponentData component)
component - a component to add to componentspublic void setComponents(Collection<NavigationBarComponentData> components)
components - the components to setpublic Collection<String> getComponentsReferences()
Copyright © 2017 SAP SE. All Rights Reserved.