Class BreadcrumbItem
- java.lang.Object
-
- com.gentics.contentnode.rest.model.BreadcrumbItem
-
- All Implemented Interfaces:
Serializable
public class BreadcrumbItem extends Object implements Serializable
Model for breadcrumbs items- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BreadcrumbItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGlobalId()
Global IDInteger
getId()
ID of the folderString
getName()
Name of the folderBreadcrumbItem
setGlobalId(String globalId)
Set the global IDBreadcrumbItem
setId(Integer id)
Set the IDBreadcrumbItem
setName(String name)
Set the name
-
-
-
Method Detail
-
getId
public Integer getId()
ID of the folder- Returns:
- ID
-
setId
public BreadcrumbItem setId(Integer id)
Set the ID- Parameters:
id
- ID- Returns:
- fluent API
-
getGlobalId
public String getGlobalId()
Global ID- Returns:
- global ID
-
setGlobalId
public BreadcrumbItem setGlobalId(String globalId)
Set the global ID- Parameters:
globalId
- global ID- Returns:
- fluent API
-
getName
public String getName()
Name of the folder- Returns:
- name
-
setName
public BreadcrumbItem setName(String name)
Set the name- Parameters:
name
- name- Returns:
- fluent API
-
-