public class

CatalogCategoryEntityNoChildren

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private int category_id

private int is_active

private int level

private String name

private int parent_id

private int position

private static TypeDesc typeDesc

Public Constructors

public CatalogCategoryEntityNoChildren ()

public CatalogCategoryEntityNoChildren (int category_id, int parent_id, String name, int is_active, int position, int level)

Parameters
category_id
parent_id
name
is_active
position
level

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public int getCategory_id ()

Gets the category_id value for this CatalogCategoryEntityNoChildren.

Returns
  • category_id

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

Returns
  • is_active

public int getLevel ()

Gets the level value for this CatalogCategoryEntityNoChildren.

Returns
  • level

public String getName ()

Gets the name value for this CatalogCategoryEntityNoChildren.

Returns
  • name

public int getParent_id ()

Gets the parent_id value for this CatalogCategoryEntityNoChildren.

Returns
  • parent_id

public int getPosition ()

Gets the position value for this CatalogCategoryEntityNoChildren.

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

Parameters
category_id

public void setIs_active (int is_active)

Sets the is_active value for this CatalogCategoryEntityNoChildren.

Parameters
is_active

public void setLevel (int level)

Sets the level value for this CatalogCategoryEntityNoChildren.

Parameters
level

public void setName (String name)

Sets the name value for this CatalogCategoryEntityNoChildren.

Parameters
name

public void setParent_id (int parent_id)

Sets the parent_id value for this CatalogCategoryEntityNoChildren.

Parameters
parent_id

public void setPosition (int position)

Sets the position value for this CatalogCategoryEntityNoChildren.

Parameters
position