CategoryInfo Class
- public class CategoryInfo
extends Object
Internal implementation class. I
-
Hierarchy
-
Object
CategoryInfo
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryInfo
public CategoryInfo(Category
category,
CategoryKey
[] subCategoryKeys,
CategoryKey
[] ancestorKeys,
CategoryKey
[] siblingKeys,
ProductItemKey
[] itemKeys,
CategoryKey
parentKey)
- Internal implementation class. I
getAncestorKeys() Method
public CategoryKey
[] getAncestorKeys()
Internal implementation class. I
getCategory() Method
public Category
getCategory()
Internal implementation class. I
getItemKeys() Method
public ProductItemKey
[] getItemKeys()
Internal implementation class. I
getParentKey() Method
public CategoryKey
getParentKey()
Internal implementation class. I
getSiblingKeys() Method
public CategoryKey
[] getSiblingKeys()
Internal implementation class. I
getSubCategoryKeys() Method
public CategoryKey
[] getSubCategoryKeys()
Internal implementation class. I
setItemKeys(ProductItemKey[]) Method
public void setItemKeys(ProductItemKey
[] newKeys)
Setter to enable itemKeys list to be built only when they are needed,
which may occur after the CategoryInfo object has been constructed.
see CR097190