com.konakart.wsapp
Class Category

java.lang.Object
  extended by com.konakart.wsapp.Category
All Implemented Interfaces:
java.io.Serializable

public class Category
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Category

public Category()

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

getChildren

public Category[] getChildren()
Gets the children value for this Category.

Returns:
children

setChildren

public void setChildren(Category[] children)
Sets the children value for this Category.

Parameters:
children -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this Category.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this Category.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this Category.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this Category.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this Category.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this Category.

Parameters:
custom3 -

getDescription

public java.lang.String getDescription()
Gets the description value for this Category.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Category.

Parameters:
description -

getId

public int getId()
Gets the id value for this Category.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Category.

Parameters:
id -

getImage

public java.lang.String getImage()
Gets the image value for this Category.

Returns:
image

setImage

public void setImage(java.lang.String image)
Sets the image value for this Category.

Parameters:
image -

isInvisible

public boolean isInvisible()
Gets the invisible value for this Category.

Returns:
invisible

setInvisible

public void setInvisible(boolean invisible)
Sets the invisible value for this Category.

Parameters:
invisible -

getLevel

public int getLevel()
Gets the level value for this Category.

Returns:
level

setLevel

public void setLevel(int level)
Sets the level value for this Category.

Parameters:
level -

getMiscItems

public MiscItem[] getMiscItems()
Gets the miscItems value for this Category.

Returns:
miscItems

setMiscItems

public void setMiscItems(MiscItem[] miscItems)
Sets the miscItems value for this Category.

Parameters:
miscItems -

getName

public java.lang.String getName()
Gets the name value for this Category.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Category.

Parameters:
name -

getNumberOfProducts

public int getNumberOfProducts()
Gets the numberOfProducts value for this Category.

Returns:
numberOfProducts

setNumberOfProducts

public void setNumberOfProducts(int numberOfProducts)
Sets the numberOfProducts value for this Category.

Parameters:
numberOfProducts -

getParent

public Category getParent()
Gets the parent value for this Category.

Returns:
parent

setParent

public void setParent(Category parent)
Sets the parent value for this Category.

Parameters:
parent -

getParentId

public int getParentId()
Gets the parentId value for this Category.

Returns:
parentId

setParentId

public void setParentId(int parentId)
Sets the parentId value for this Category.

Parameters:
parentId -

isSelected

public boolean isSelected()
Gets the selected value for this Category.

Returns:
selected

setSelected

public void setSelected(boolean selected)
Sets the selected value for this Category.

Parameters:
selected -

getSortOrder

public int getSortOrder()
Gets the sortOrder value for this Category.

Returns:
sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder value for this Category.

Parameters:
sortOrder -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.