Class Breadcrumb
java.lang.Object
com.broadleafcommerce.catalog.domain.commerce.Breadcrumb
- All Implemented Interfaces:
Serializable
DTO representing a single breadcrumb in a list used for navigating through a category's or
product's hierarchy.
- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Breadcrumb
public Breadcrumb() -
Breadcrumb
-
-
Method Details
-
getLabel
Label to display.- Returns:
- Label to display.
-
getUri
URI to link to.- Returns:
- URI to link to.
-
setLabel
Label to display.- Parameters:
label
- Label to display.
-
setUri
URI to link to.- Parameters:
uri
- URI to link to.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-