public class

CatalogCategoryInfo

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String all_children
private String[] available_sort_by
private String category_id
private String children
private Integer children_count
private String created_at
private String custom_design
private String custom_design_apply
private String custom_design_from
private String custom_design_to
private String custom_layout_update
private String default_sort_by
private String description
private String display_mode
private int is_active
private Integer is_anchor
private Integer landing_page
private String level
private String meta_description
private String meta_keywords
private String meta_title
private String name
private String page_layout
private String parent_id
private String path
private String position
private static TypeDesc typeDesc
private String updated_at
private String url_key
private String url_path
Public Constructors
CatalogCategoryInfo()
CatalogCategoryInfo(String category_id, int is_active, String position, String level, String parent_id, String all_children, String children, String created_at, String updated_at, String name, String url_key, String description, String meta_title, String meta_keywords, String meta_description, String path, String url_path, Integer children_count, String display_mode, Integer is_anchor, String[] available_sort_by, String custom_design, String custom_design_apply, String custom_design_from, String custom_design_to, String page_layout, String custom_layout_update, String default_sort_by, Integer landing_page)
Public Methods
synchronized boolean equals(Object obj)
String getAll_children()
Gets the all_children value for this CatalogCategoryInfo.
String[] getAvailable_sort_by()
Gets the available_sort_by value for this CatalogCategoryInfo.
String getCategory_id()
Gets the category_id value for this CatalogCategoryInfo.
String getChildren()
Gets the children value for this CatalogCategoryInfo.
Integer getChildren_count()
Gets the children_count value for this CatalogCategoryInfo.
String getCreated_at()
Gets the created_at value for this CatalogCategoryInfo.
String getCustom_design()
Gets the custom_design value for this CatalogCategoryInfo.
String getCustom_design_apply()
Gets the custom_design_apply value for this CatalogCategoryInfo.
String getCustom_design_from()
Gets the custom_design_from value for this CatalogCategoryInfo.
String getCustom_design_to()
Gets the custom_design_to value for this CatalogCategoryInfo.
String getCustom_layout_update()
Gets the custom_layout_update value for this CatalogCategoryInfo.
String getDefault_sort_by()
Gets the default_sort_by value for this CatalogCategoryInfo.
String getDescription()
Gets the description value for this CatalogCategoryInfo.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getDisplay_mode()
Gets the display_mode value for this CatalogCategoryInfo.
int getIs_active()
Gets the is_active value for this CatalogCategoryInfo.
Integer getIs_anchor()
Gets the is_anchor value for this CatalogCategoryInfo.
Integer getLanding_page()
Gets the landing_page value for this CatalogCategoryInfo.
String getLevel()
Gets the level value for this CatalogCategoryInfo.
String getMeta_description()
Gets the meta_description value for this CatalogCategoryInfo.
String getMeta_keywords()
Gets the meta_keywords value for this CatalogCategoryInfo.
String getMeta_title()
Gets the meta_title value for this CatalogCategoryInfo.
String getName()
Gets the name value for this CatalogCategoryInfo.
String getPage_layout()
Gets the page_layout value for this CatalogCategoryInfo.
String getParent_id()
Gets the parent_id value for this CatalogCategoryInfo.
String getPath()
Gets the path value for this CatalogCategoryInfo.
String getPosition()
Gets the position value for this CatalogCategoryInfo.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String getUpdated_at()
Gets the updated_at value for this CatalogCategoryInfo.
String getUrl_key()
Gets the url_key value for this CatalogCategoryInfo.
String getUrl_path()
Gets the url_path value for this CatalogCategoryInfo.
synchronized int hashCode()
void setAll_children(String all_children)
Sets the all_children value for this CatalogCategoryInfo.
void setAvailable_sort_by(String[] available_sort_by)
Sets the available_sort_by value for this CatalogCategoryInfo.
void setCategory_id(String category_id)
Sets the category_id value for this CatalogCategoryInfo.
void setChildren(String children)
Sets the children value for this CatalogCategoryInfo.
void setChildren_count(Integer children_count)
Sets the children_count value for this CatalogCategoryInfo.
void setCreated_at(String created_at)
Sets the created_at value for this CatalogCategoryInfo.
void setCustom_design(String custom_design)
Sets the custom_design value for this CatalogCategoryInfo.
void setCustom_design_apply(String custom_design_apply)
Sets the custom_design_apply value for this CatalogCategoryInfo.
void setCustom_design_from(String custom_design_from)
Sets the custom_design_from value for this CatalogCategoryInfo.
void setCustom_design_to(String custom_design_to)
Sets the custom_design_to value for this CatalogCategoryInfo.
void setCustom_layout_update(String custom_layout_update)
Sets the custom_layout_update value for this CatalogCategoryInfo.
void setDefault_sort_by(String default_sort_by)
Sets the default_sort_by value for this CatalogCategoryInfo.
void setDescription(String description)
Sets the description value for this CatalogCategoryInfo.
void setDisplay_mode(String display_mode)
Sets the display_mode value for this CatalogCategoryInfo.
void setIs_active(int is_active)
Sets the is_active value for this CatalogCategoryInfo.
void setIs_anchor(Integer is_anchor)
Sets the is_anchor value for this CatalogCategoryInfo.
void setLanding_page(Integer landing_page)
Sets the landing_page value for this CatalogCategoryInfo.
void setLevel(String level)
Sets the level value for this CatalogCategoryInfo.
void setMeta_description(String meta_description)
Sets the meta_description value for this CatalogCategoryInfo.
void setMeta_keywords(String meta_keywords)
Sets the meta_keywords value for this CatalogCategoryInfo.
void setMeta_title(String meta_title)
Sets the meta_title value for this CatalogCategoryInfo.
void setName(String name)
Sets the name value for this CatalogCategoryInfo.
void setPage_layout(String page_layout)
Sets the page_layout value for this CatalogCategoryInfo.
void setParent_id(String parent_id)
Sets the parent_id value for this CatalogCategoryInfo.
void setPath(String path)
Sets the path value for this CatalogCategoryInfo.
void setPosition(String position)
Sets the position value for this CatalogCategoryInfo.
void setUpdated_at(String updated_at)
Sets the updated_at value for this CatalogCategoryInfo.
void setUrl_key(String url_key)
Sets the url_key value for this CatalogCategoryInfo.
void setUrl_path(String url_path)
Sets the url_path value for this CatalogCategoryInfo.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String all_children

private String[] available_sort_by

private String category_id

private String children

private Integer children_count

private String created_at

private String custom_design

private String custom_design_apply

private String custom_design_from

private String custom_design_to

private String custom_layout_update

private String default_sort_by

private String description

private String display_mode

private int is_active

private Integer is_anchor

private Integer landing_page

private String level

private String meta_description

private String meta_keywords

private String meta_title

private String name

private String page_layout

private String parent_id

private String path

private String position

private static TypeDesc typeDesc

private String updated_at

private String url_key

private String url_path

Public Constructors

public CatalogCategoryInfo ()

public CatalogCategoryInfo (String category_id, int is_active, String position, String level, String parent_id, String all_children, String children, String created_at, String updated_at, String name, String url_key, String description, String meta_title, String meta_keywords, String meta_description, String path, String url_path, Integer children_count, String display_mode, Integer is_anchor, String[] available_sort_by, String custom_design, String custom_design_apply, String custom_design_from, String custom_design_to, String page_layout, String custom_layout_update, String default_sort_by, Integer landing_page)

Parameters
category_id
is_active
position
level
parent_id
all_children
children
created_at
updated_at
name
url_key
description
meta_title
meta_keywords
meta_description
path
url_path
children_count
display_mode
is_anchor
available_sort_by
custom_design
custom_design_apply
custom_design_from
custom_design_to
page_layout
custom_layout_update
default_sort_by
landing_page

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAll_children ()

Gets the all_children value for this CatalogCategoryInfo.

Returns
  • all_children

public String[] getAvailable_sort_by ()

Gets the available_sort_by value for this CatalogCategoryInfo.

Returns
  • available_sort_by

public String getCategory_id ()

Gets the category_id value for this CatalogCategoryInfo.

Returns
  • category_id

public String getChildren ()

Gets the children value for this CatalogCategoryInfo.

Returns
  • children

public Integer getChildren_count ()

Gets the children_count value for this CatalogCategoryInfo.

Returns
  • children_count

public String getCreated_at ()

Gets the created_at value for this CatalogCategoryInfo.

Returns
  • created_at

public String getCustom_design ()

Gets the custom_design value for this CatalogCategoryInfo.

Returns
  • custom_design

public String getCustom_design_apply ()

Gets the custom_design_apply value for this CatalogCategoryInfo.

Returns
  • custom_design_apply

public String getCustom_design_from ()

Gets the custom_design_from value for this CatalogCategoryInfo.

Returns
  • custom_design_from

public String getCustom_design_to ()

Gets the custom_design_to value for this CatalogCategoryInfo.

Returns
  • custom_design_to

public String getCustom_layout_update ()

Gets the custom_layout_update value for this CatalogCategoryInfo.

Returns
  • custom_layout_update

public String getDefault_sort_by ()

Gets the default_sort_by value for this CatalogCategoryInfo.

Returns
  • default_sort_by

public String getDescription ()

Gets the description value for this CatalogCategoryInfo.

Returns
  • description

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getDisplay_mode ()

Gets the display_mode value for this CatalogCategoryInfo.

Returns
  • display_mode

public int getIs_active ()

Gets the is_active value for this CatalogCategoryInfo.

Returns
  • is_active

public Integer getIs_anchor ()

Gets the is_anchor value for this CatalogCategoryInfo.

Returns
  • is_anchor

public Integer getLanding_page ()

Gets the landing_page value for this CatalogCategoryInfo.

Returns
  • landing_page

public String getLevel ()

Gets the level value for this CatalogCategoryInfo.

Returns
  • level

public String getMeta_description ()

Gets the meta_description value for this CatalogCategoryInfo.

Returns
  • meta_description

public String getMeta_keywords ()

Gets the meta_keywords value for this CatalogCategoryInfo.

Returns
  • meta_keywords

public String getMeta_title ()

Gets the meta_title value for this CatalogCategoryInfo.

Returns
  • meta_title

public String getName ()

Gets the name value for this CatalogCategoryInfo.

Returns
  • name

public String getPage_layout ()

Gets the page_layout value for this CatalogCategoryInfo.

Returns
  • page_layout

public String getParent_id ()

Gets the parent_id value for this CatalogCategoryInfo.

Returns
  • parent_id

public String getPath ()

Gets the path value for this CatalogCategoryInfo.

Returns
  • path

public String getPosition ()

Gets the position value for this CatalogCategoryInfo.

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 String getUpdated_at ()

Gets the updated_at value for this CatalogCategoryInfo.

Returns
  • updated_at

public String getUrl_key ()

Gets the url_key value for this CatalogCategoryInfo.

Returns
  • url_key

public String getUrl_path ()

Gets the url_path value for this CatalogCategoryInfo.

Returns
  • url_path

public synchronized int hashCode ()

public void setAll_children (String all_children)

Sets the all_children value for this CatalogCategoryInfo.

Parameters
all_children

public void setAvailable_sort_by (String[] available_sort_by)

Sets the available_sort_by value for this CatalogCategoryInfo.

Parameters
available_sort_by

public void setCategory_id (String category_id)

Sets the category_id value for this CatalogCategoryInfo.

Parameters
category_id

public void setChildren (String children)

Sets the children value for this CatalogCategoryInfo.

Parameters
children

public void setChildren_count (Integer children_count)

Sets the children_count value for this CatalogCategoryInfo.

Parameters
children_count

public void setCreated_at (String created_at)

Sets the created_at value for this CatalogCategoryInfo.

Parameters
created_at

public void setCustom_design (String custom_design)

Sets the custom_design value for this CatalogCategoryInfo.

Parameters
custom_design

public void setCustom_design_apply (String custom_design_apply)

Sets the custom_design_apply value for this CatalogCategoryInfo.

Parameters
custom_design_apply

public void setCustom_design_from (String custom_design_from)

Sets the custom_design_from value for this CatalogCategoryInfo.

Parameters
custom_design_from

public void setCustom_design_to (String custom_design_to)

Sets the custom_design_to value for this CatalogCategoryInfo.

Parameters
custom_design_to

public void setCustom_layout_update (String custom_layout_update)

Sets the custom_layout_update value for this CatalogCategoryInfo.

Parameters
custom_layout_update

public void setDefault_sort_by (String default_sort_by)

Sets the default_sort_by value for this CatalogCategoryInfo.

Parameters
default_sort_by

public void setDescription (String description)

Sets the description value for this CatalogCategoryInfo.

Parameters
description

public void setDisplay_mode (String display_mode)

Sets the display_mode value for this CatalogCategoryInfo.

Parameters
display_mode

public void setIs_active (int is_active)

Sets the is_active value for this CatalogCategoryInfo.

Parameters
is_active

public void setIs_anchor (Integer is_anchor)

Sets the is_anchor value for this CatalogCategoryInfo.

Parameters
is_anchor

public void setLanding_page (Integer landing_page)

Sets the landing_page value for this CatalogCategoryInfo.

Parameters
landing_page

public void setLevel (String level)

Sets the level value for this CatalogCategoryInfo.

Parameters
level

public void setMeta_description (String meta_description)

Sets the meta_description value for this CatalogCategoryInfo.

Parameters
meta_description

public void setMeta_keywords (String meta_keywords)

Sets the meta_keywords value for this CatalogCategoryInfo.

Parameters
meta_keywords

public void setMeta_title (String meta_title)

Sets the meta_title value for this CatalogCategoryInfo.

Parameters
meta_title

public void setName (String name)

Sets the name value for this CatalogCategoryInfo.

Parameters
name

public void setPage_layout (String page_layout)

Sets the page_layout value for this CatalogCategoryInfo.

Parameters
page_layout

public void setParent_id (String parent_id)

Sets the parent_id value for this CatalogCategoryInfo.

Parameters
parent_id

public void setPath (String path)

Sets the path value for this CatalogCategoryInfo.

Parameters
path

public void setPosition (String position)

Sets the position value for this CatalogCategoryInfo.

Parameters
position

public void setUpdated_at (String updated_at)

Sets the updated_at value for this CatalogCategoryInfo.

Parameters
updated_at

public void setUrl_key (String url_key)

Sets the url_key value for this CatalogCategoryInfo.

Parameters
url_key

public void setUrl_path (String url_path)

Sets the url_path value for this CatalogCategoryInfo.

Parameters
url_path