Class BreadcrumbItem
java.lang.Object
com.gentics.contentnode.rest.model.BreadcrumbItem
- All Implemented Interfaces:
Serializable
Model for breadcrumbs items
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGlobal IDgetId()
ID of the foldergetName()
Name of the foldersetGlobalId
(String globalId) Set the global IDSet the IDSet the name
-
Constructor Details
-
BreadcrumbItem
public BreadcrumbItem()
-
-
Method Details
-
getId
ID of the folder- Returns:
- ID
-
setId
Set the ID- Parameters:
id
- ID- Returns:
- fluent API
-
getGlobalId
Global ID- Returns:
- global ID
-
setGlobalId
Set the global ID- Parameters:
globalId
- global ID- Returns:
- fluent API
-
getName
Name of the folder- Returns:
- name
-
setName
Set the name- Parameters:
name
- name- Returns:
- fluent API
-