Package org.cyclos.utils
Class ProductHelper
- java.lang.Object
-
- org.cyclos.utils.ProductHelper
-
public class ProductHelper extends Object
This class contains some functions for helping format data on products
-
-
Constructor Summary
Constructors Constructor Description ProductHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetChainSize(ProductLevelData data)gets the chain length of ProductLevelData.
-
-
-
Method Detail
-
getChainSize
public static int getChainSize(ProductLevelData data)
gets the chain length of ProductLevelData. For example, a user has 3 levels of products: individual, group and groupset.
-
-