public class BreadcrumbItem extends Object implements Serializable
| Constructor and Description |
|---|
BreadcrumbItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGlobalId()
Global ID
|
Integer |
getId()
ID of the folder
|
String |
getName()
Name of the folder
|
BreadcrumbItem |
setGlobalId(String globalId)
Set the global ID
|
BreadcrumbItem |
setId(Integer id)
Set the ID
|
BreadcrumbItem |
setName(String name)
Set the name
|
public Integer getId()
public BreadcrumbItem setId(Integer id)
id - IDpublic String getGlobalId()
public BreadcrumbItem setGlobalId(String globalId)
globalId - global IDpublic String getName()
public BreadcrumbItem setName(String name)
name - nameCopyright © 2024 Gentics Software. All rights reserved.