Class Category

java.lang.Object
com.hybris.merchandising.model.Category

public class Category extends Object
Category is a POJO representing a Category within Hybris EC.
  • Constructor Details

    • Category

      public Category()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id, this is the identifier of the category.
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set, this is the identifier of the category.
    • getName

      public String getName()
      Returns:
      the name, this is the name of the category.
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set, this is the name of the category.