|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Category
public class Category
Constructor Summary | |
---|---|
Category()
|
|
Category(Category[] children,
java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
java.lang.String description,
int id,
java.lang.String image,
boolean invisible,
int level,
MiscItem[] miscItems,
java.lang.String name,
int numberOfProducts,
Category parent,
int parentId,
boolean selected,
int sortOrder)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Category[] |
getChildren()
Gets the children value for this Category. |
java.lang.String |
getCustom1()
Gets the custom1 value for this Category. |
java.lang.String |
getCustom2()
Gets the custom2 value for this Category. |
java.lang.String |
getCustom3()
Gets the custom3 value for this Category. |
java.lang.String |
getDescription()
Gets the description value for this Category. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getId()
Gets the id value for this Category. |
java.lang.String |
getImage()
Gets the image value for this Category. |
int |
getLevel()
Gets the level value for this Category. |
MiscItem[] |
getMiscItems()
Gets the miscItems value for this Category. |
java.lang.String |
getName()
Gets the name value for this Category. |
int |
getNumberOfProducts()
Gets the numberOfProducts value for this Category. |
Category |
getParent()
Gets the parent value for this Category. |
int |
getParentId()
Gets the parentId value for this Category. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getSortOrder()
Gets the sortOrder value for this Category. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isInvisible()
Gets the invisible value for this Category. |
boolean |
isSelected()
Gets the selected value for this Category. |
void |
setChildren(Category[] children)
Sets the children value for this Category. |
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this Category. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this Category. |
void |
setCustom3(java.lang.String custom3)
Sets the custom3 value for this Category. |
void |
setDescription(java.lang.String description)
Sets the description value for this Category. |
void |
setId(int id)
Sets the id value for this Category. |
void |
setImage(java.lang.String image)
Sets the image value for this Category. |
void |
setInvisible(boolean invisible)
Sets the invisible value for this Category. |
void |
setLevel(int level)
Sets the level value for this Category. |
void |
setMiscItems(MiscItem[] miscItems)
Sets the miscItems value for this Category. |
void |
setName(java.lang.String name)
Sets the name value for this Category. |
void |
setNumberOfProducts(int numberOfProducts)
Sets the numberOfProducts value for this Category. |
void |
setParent(Category parent)
Sets the parent value for this Category. |
void |
setParentId(int parentId)
Sets the parentId value for this Category. |
void |
setSelected(boolean selected)
Sets the selected value for this Category. |
void |
setSortOrder(int sortOrder)
Sets the sortOrder value for this Category. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Category()
public Category(Category[] children, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String description, int id, java.lang.String image, boolean invisible, int level, MiscItem[] miscItems, java.lang.String name, int numberOfProducts, Category parent, int parentId, boolean selected, int sortOrder)
Method Detail |
---|
public Category[] getChildren()
public void setChildren(Category[] children)
children
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public int getId()
public void setId(int id)
id
- public java.lang.String getImage()
public void setImage(java.lang.String image)
image
- public boolean isInvisible()
public void setInvisible(boolean invisible)
invisible
- public int getLevel()
public void setLevel(int level)
level
- public MiscItem[] getMiscItems()
public void setMiscItems(MiscItem[] miscItems)
miscItems
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public int getNumberOfProducts()
public void setNumberOfProducts(int numberOfProducts)
numberOfProducts
- public Category getParent()
public void setParent(Category parent)
parent
- public int getParentId()
public void setParentId(int parentId)
parentId
- public boolean isSelected()
public void setSelected(boolean selected)
selected
- public int getSortOrder()
public void setSortOrder(int sortOrder)
sortOrder
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |