|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.json.app.J_Category
public class J_Category
Describes a category of products. A product may belong to more than one category.
Constructor Summary | |
---|---|
J_Category()
|
Method Summary | |
---|---|
J_Category[] |
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. |
J_MiscItem[] |
getMiscItems()
Returns the array of Miscellaneous Items associated with this category. |
java.lang.String |
getName()
|
int |
getNumberOfProducts()
|
J_Category |
getParent()
|
int |
getParentId()
|
int |
getSortOrder()
|
boolean |
isInvisible()
When invisible, a category is not returned in the category tree. |
boolean |
isSelected()
|
void |
setChildren(J_Category[] _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(J_MiscItem[] _miscItems)
|
void |
setName(java.lang.String _name)
|
void |
setNumberOfProducts(int _numberOfProducts)
|
void |
setParent(J_Category _parent)
|
void |
setParentId(int _parentId)
|
void |
setSelected(boolean _selected)
|
void |
setSortOrder(int _sortOrder)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public J_Category()
Method Detail |
---|
public J_Category[] getChildren()
public void setChildren(J_Category[] _children)
_children
- The children to set.public int getId()
public void setId(int _id)
_id
- The id to set.public java.lang.String getImage()
public void setImage(java.lang.String _image)
_image
- The image to set.public java.lang.String getName()
public void setName(java.lang.String _name)
_name
- The name to set.public int getNumberOfProducts()
public void setNumberOfProducts(int _numberOfProducts)
_numberOfProducts
- The numberOfProducts to set.public int getParentId()
public void setParentId(int _parentId)
_parentId
- The parentId to set.public int getSortOrder()
public void setSortOrder(int _sortOrder)
_sortOrder
- The sortOrder to set.public J_Category getParent()
public void setParent(J_Category _parent)
_parent
- The parent to set.public boolean isSelected()
public void setSelected(boolean _selected)
_selected
- The selected to set.public int getLevel()
public void setLevel(int _level)
_level
- The level to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1
- The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2
- The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3
- The custom3 to set.public boolean isInvisible()
public void setInvisible(boolean _invisible)
_invisible
- the invisible to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description
- the description to setpublic J_MiscItem[] getMiscItems()
public void setMiscItems(J_MiscItem[] _miscItems)
_miscItems
- the miscItems to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |