CategoryInfo Class

com.beasys.commerce.ebusiness.catalog.service.category
CategoryInfo Class

public class CategoryInfo

    extends Object

Internal implementation class. I


Hierarchy
Object
  CategoryInfo

Constructor Summary

CategoryInfo(Category category, CategoryKey subCategoryKeys, CategoryKey ancestorKeys, CategoryKey siblingKeys, ProductItemKey itemKeys, CategoryKey parentKey)

Internal implementation class.
 

Method Summary

public CategoryKey[]
getAncestorKeys()
Internal implementation class.
public Category
getCategory()
Internal implementation class.
public ProductItemKey[]
getItemKeys()
Internal implementation class.
public CategoryKey
getParentKey()
Internal implementation class.
public CategoryKey[]
getSiblingKeys()
Internal implementation class.
public CategoryKey[]
getSubCategoryKeys()
Internal implementation class.
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.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

CategoryInfo

public CategoryInfo(Category category, 
                    CategoryKey[] subCategoryKeys, 
                    CategoryKey[] ancestorKeys, 
                    CategoryKey[] siblingKeys, 
                    ProductItemKey[] itemKeys, 
                    CategoryKey parentKey)
Internal implementation class. I
 

Method Detail

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