|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CategoryIf
Describes a category of products. A product may belong to more than one category.
| Method Summary | |
|---|---|
CategoryIf[] |
getChildren()
|
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getDescription()
|
int |
getId()
|
java.lang.String |
getImage()
|
int |
getLevel()
Top level = 0. |
MiscItemIf[] |
getMiscItems()
Returns the array of Miscellaneous Items associated with this category. |
java.lang.String |
getName()
|
int |
getNumberOfProducts()
|
CategoryIf |
getParent()
|
int |
getParentId()
|
int |
getSortOrder()
|
boolean |
isInvisible()
When invisible, a category is not returned in the category tree. |
boolean |
isSelected()
|
void |
setChildren(CategoryIf[] children)
|
void |
setCustom1(java.lang.String custom1)
|
void |
setCustom2(java.lang.String custom2)
|
void |
setCustom3(java.lang.String custom3)
|
void |
setDescription(java.lang.String description)
|
void |
setId(int id)
|
void |
setImage(java.lang.String image)
|
void |
setInvisible(boolean invisible)
When invisible, a category is not returned in the category tree. |
void |
setLevel(int level)
Top level = 0. |
void |
setMiscItems(MiscItemIf[] miscItems)
|
void |
setName(java.lang.String name)
|
void |
setNumberOfProducts(int numberOfProducts)
|
void |
setParent(CategoryIf parent)
|
void |
setParentId(int parentId)
|
void |
setSelected(boolean selected)
|
void |
setSortOrder(int sortOrder)
|
| Method Detail |
|---|
CategoryIf[] getChildren()
void setChildren(CategoryIf[] children)
children - The children to set.int getId()
void setId(int id)
id - The id to set.java.lang.String getImage()
void setImage(java.lang.String image)
image - The image to set.java.lang.String getName()
void setName(java.lang.String name)
name - The name to set.int getNumberOfProducts()
void setNumberOfProducts(int numberOfProducts)
numberOfProducts - The numberOfProducts to set.int getParentId()
void setParentId(int parentId)
parentId - The parentId to set.int getSortOrder()
void setSortOrder(int sortOrder)
sortOrder - The sortOrder to set.CategoryIf getParent()
void setParent(CategoryIf parent)
parent - The parent to set.boolean isSelected()
void setSelected(boolean selected)
selected - The selected to set.int getLevel()
void setLevel(int level)
level - The level to set.java.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1 - The custom1 to set.java.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2 - The custom2 to set.java.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3 - The custom3 to set.boolean isInvisible()
void setInvisible(boolean invisible)
invisible - the invisible to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description to setMiscItemIf[] getMiscItems()
void setMiscItems(MiscItemIf[] miscItems)
miscItems - the miscItems to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||