Package com.hybris.merchandising.client
Class CategoryHierarchyWrapper
- java.lang.Object
-
- com.hybris.merchandising.client.CategoryHierarchyWrapper
-
public class CategoryHierarchyWrapper extends java.lang.ObjectThis is a wrapper class for the generatedCategoryHierarchyobject.
-
-
Constructor Summary
Constructors Constructor Description CategoryHierarchyWrapper(java.util.List<CategoryHierarchy> categories)Default constructor, accepts a list ofCategoryHierarchyobjects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CategoryHierarchy>getCategories()Retrieves the list ofCategoryHierarchyobjects stored within this wrapper.
-
-
-
Constructor Detail
-
CategoryHierarchyWrapper
public CategoryHierarchyWrapper(java.util.List<CategoryHierarchy> categories)
Default constructor, accepts a list ofCategoryHierarchyobjects.- Parameters:
categories- category list to store.
-
-
Method Detail
-
getCategories
public java.util.List<CategoryHierarchy> getCategories()
Retrieves the list ofCategoryHierarchyobjects stored within this wrapper.- Returns:
- the categories stored.
-
-