Class BasketStatsDTO.CategoryNode
java.lang.Object
sk.iway.iwcm.components.basket.rest.BasketStatsDTO.CategoryNode
- Enclosing class:
- BasketStatsDTO
Represents one node in the hierarchical product-category statistics.
-
Constructor Summary
ConstructorsConstructorDescriptionCategoryNode(String name, Long value, List<BasketStatsDTO.CategoryNode> children) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getValue()voidsetChildren(List<BasketStatsDTO.CategoryNode> children) voidvoid
-
Constructor Details
-
CategoryNode
public CategoryNode() -
CategoryNode
-
-
Method Details
-
getName
-
getValue
-
getChildren
-
setName
-
setValue
-
setChildren
-