public class

CatalogCategoryTree

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.CatalogCategoryTree

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private int category_id
private CatalogCategoryEntity[] children
private int level
private String name
private int parent_id
private int position
private static TypeDesc typeDesc
Public Constructors
CatalogCategoryTree()
CatalogCategoryTree(int category_id, int parent_id, String name, int position, int level, CatalogCategoryEntity[] children)
Public Methods
synchronized boolean equals(Object obj)
int getCategory_id()
Gets the category_id value for this CatalogCategoryTree.
CatalogCategoryEntity[] getChildren()
Gets the children value for this CatalogCategoryTree.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
int getLevel()
Gets the level value for this CatalogCategoryTree.
String getName()
Gets the name value for this CatalogCategoryTree.
int getParent_id()
Gets the parent_id value for this CatalogCategoryTree.
int getPosition()
Gets the position value for this CatalogCategoryTree.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCategory_id(int category_id)
Sets the category_id value for this CatalogCategoryTree.
void setChildren(CatalogCategoryEntity[] children)
Sets the children value for this CatalogCategoryTree.
void setLevel(int level)
Sets the level value for this CatalogCategoryTree.
void setName(String name)
Sets the name value for this CatalogCategoryTree.
void setParent_id(int parent_id)
Sets the parent_id value for this CatalogCategoryTree.
void setPosition(int position)
Sets the position value for this CatalogCategoryTree.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private int category_id

private CatalogCategoryEntity[] children

private int level

private String name

private int parent_id

private int position

private static TypeDesc typeDesc

Public Constructors

public CatalogCategoryTree ()

public CatalogCategoryTree (int category_id, int parent_id, String name, int position, int level, CatalogCategoryEntity[] children)

Parameters
category_id
parent_id
name
position
level
children

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public int getCategory_id ()

Gets the category_id value for this CatalogCategoryTree.

Returns
  • category_id

public CatalogCategoryEntity[] getChildren ()

Gets the children value for this CatalogCategoryTree.

Returns
  • children

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public int getLevel ()

Gets the level value for this CatalogCategoryTree.

Returns
  • level

public String getName ()

Gets the name value for this CatalogCategoryTree.

Returns
  • name

public int getParent_id ()

Gets the parent_id value for this CatalogCategoryTree.

Returns
  • parent_id

public int getPosition ()

Gets the position value for this CatalogCategoryTree.

Returns
  • position

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setCategory_id (int category_id)

Sets the category_id value for this CatalogCategoryTree.

Parameters
category_id

public void setChildren (CatalogCategoryEntity[] children)

Sets the children value for this CatalogCategoryTree.

Parameters
children

public void setLevel (int level)

Sets the level value for this CatalogCategoryTree.

Parameters
level

public void setName (String name)

Sets the name value for this CatalogCategoryTree.

Parameters
name

public void setParent_id (int parent_id)

Sets the parent_id value for this CatalogCategoryTree.

Parameters
parent_id

public void setPosition (int position)

Sets the position value for this CatalogCategoryTree.

Parameters
position