public class

CatalogCategoryEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private int category_id
private CatalogCategoryEntity[] children
private int is_active
private int level
private String name
private int parent_id
private int position
private static TypeDesc typeDesc
Public Constructors
CatalogCategoryEntity()
CatalogCategoryEntity(int category_id, int parent_id, String name, int is_active, int position, int level, CatalogCategoryEntity[] children)
Public Methods
synchronized boolean equals(Object obj)
int getCategory_id()
Gets the category_id value for this CatalogCategoryEntity.
CatalogCategoryEntity[] getChildren()
Gets the children value for this CatalogCategoryEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
int getIs_active()
Gets the is_active value for this CatalogCategoryEntity.
int getLevel()
Gets the level value for this CatalogCategoryEntity.
String getName()
Gets the name value for this CatalogCategoryEntity.
int getParent_id()
Gets the parent_id value for this CatalogCategoryEntity.
int getPosition()
Gets the position value for this CatalogCategoryEntity.
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 CatalogCategoryEntity.
void setChildren(CatalogCategoryEntity[] children)
Sets the children value for this CatalogCategoryEntity.
void setIs_active(int is_active)
Sets the is_active value for this CatalogCategoryEntity.
void setLevel(int level)
Sets the level value for this CatalogCategoryEntity.
void setName(String name)
Sets the name value for this CatalogCategoryEntity.
void setParent_id(int parent_id)
Sets the parent_id value for this CatalogCategoryEntity.
void setPosition(int position)
Sets the position value for this CatalogCategoryEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private int category_id

private CatalogCategoryEntity[] children

private int is_active

private int level

private String name

private int parent_id

private int position

private static TypeDesc typeDesc

Public Constructors

public CatalogCategoryEntity ()

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

Parameters
category_id
parent_id
name
is_active
position
level
children

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public int getCategory_id ()

Gets the category_id value for this CatalogCategoryEntity.

Returns
  • category_id

public CatalogCategoryEntity[] getChildren ()

Gets the children value for this CatalogCategoryEntity.

Returns
  • children

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public int getIs_active ()

Gets the is_active value for this CatalogCategoryEntity.

Returns
  • is_active

public int getLevel ()

Gets the level value for this CatalogCategoryEntity.

Returns
  • level

public String getName ()

Gets the name value for this CatalogCategoryEntity.

Returns
  • name

public int getParent_id ()

Gets the parent_id value for this CatalogCategoryEntity.

Returns
  • parent_id

public int getPosition ()

Gets the position value for this CatalogCategoryEntity.

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 CatalogCategoryEntity.

Parameters
category_id

public void setChildren (CatalogCategoryEntity[] children)

Sets the children value for this CatalogCategoryEntity.

Parameters
children

public void setIs_active (int is_active)

Sets the is_active value for this CatalogCategoryEntity.

Parameters
is_active

public void setLevel (int level)

Sets the level value for this CatalogCategoryEntity.

Parameters
level

public void setName (String name)

Sets the name value for this CatalogCategoryEntity.

Parameters
name

public void setParent_id (int parent_id)

Sets the parent_id value for this CatalogCategoryEntity.

Parameters
parent_id

public void setPosition (int position)

Sets the position value for this CatalogCategoryEntity.

Parameters
position