Package com.hybris.merchandising.model
Class Category
java.lang.Object
com.hybris.merchandising.model.Category
Category is a POJO representing a Category within Hybris EC.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Category
public Category()
-
-
Method Details
-
getId
- Returns:
- the id, this is the identifier of the category.
-
setId
- Parameters:
id- the id to set, this is the identifier of the category.
-
getName
- Returns:
- the name, this is the name of the category.
-
setName
- Parameters:
name- the name to set, this is the name of the category.
-