Class Breadcrumb

java.lang.Object
com.hybris.merchandising.model.Breadcrumb
All Implemented Interfaces:
Serializable

public class Breadcrumb extends Object implements Serializable
Represents a trail of categories through the site.
See Also:
  • Constructor Details

    • Breadcrumb

      public Breadcrumb()
    • Breadcrumb

      public Breadcrumb(String url, String name)
      Create a new Breadcrumb.
      Parameters:
      url - the category url.
      name - the category name.
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • setName

      public void setName(String name)
    • getName

      public String getName()