Class BreadCrumb
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
-
public class BreadCrumb extends Object
-
-
Constructor Summary
Constructors Constructor Description BreadCrumb(String guid, String displayName, NodeType nodeType)BreadCrumb(BreadCrumb breadCrumb, BreadCrumb lastBreadCrumb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetGuid()NodeTypegetNodeType()StringgetPath()The path of this breadcrumb locates it within the breadcrumbtrail, relative to the start of the trail.
-
-
-
Constructor Detail
-
BreadCrumb
public BreadCrumb(BreadCrumb breadCrumb, BreadCrumb lastBreadCrumb)
-
-
Method Detail
-
getGuid
public String getGuid()
-
getDisplayName
public String getDisplayName()
-
getNodeType
public NodeType getNodeType()
-
getPath
public String getPath()
The path of this breadcrumb locates it within the breadcrumbtrail, relative to the start of the trail. The path is composed of segments of- The nodeType
- Guid
- Display name
- Returns:
- the path
-
-