public class

CatalogProductCreateEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private AssociativeEntity[] additional_attributes
private String[] categories
private String[] category_ids
private String custom_design
private String custom_layout_update
private String description
private String gift_message_available
private String has_options
private String meta_description
private String meta_keyword
private String meta_title
private String name
private String options_container
private String price
private String short_description
private String special_from_date
private String special_price
private String special_to_date
private String status
private CatalogInventoryStockItemUpdateEntity stock_data
private String tax_class_id
private CatalogProductTierPriceEntity[] tier_price
private static TypeDesc typeDesc
private String url_key
private String url_path
private String visibility
private String[] website_ids
private String[] websites
private String weight
Public Constructors
CatalogProductCreateEntity()
CatalogProductCreateEntity(String[] categories, String[] websites, String name, String description, String short_description, String weight, String status, String url_key, String url_path, String visibility, String[] category_ids, String[] website_ids, String has_options, String gift_message_available, String price, String special_price, String special_from_date, String special_to_date, String tax_class_id, CatalogProductTierPriceEntity[] tier_price, String meta_title, String meta_keyword, String meta_description, String custom_design, String custom_layout_update, String options_container, AssociativeEntity[] additional_attributes, CatalogInventoryStockItemUpdateEntity stock_data)
Public Methods
synchronized boolean equals(Object obj)
AssociativeEntity[] getAdditional_attributes()
Gets the additional_attributes value for this CatalogProductCreateEntity.
String[] getCategories()
Gets the categories value for this CatalogProductCreateEntity.
String[] getCategory_ids()
Gets the category_ids value for this CatalogProductCreateEntity.
String getCustom_design()
Gets the custom_design value for this CatalogProductCreateEntity.
String getCustom_layout_update()
Gets the custom_layout_update value for this CatalogProductCreateEntity.
String getDescription()
Gets the description value for this CatalogProductCreateEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getGift_message_available()
Gets the gift_message_available value for this CatalogProductCreateEntity.
String getHas_options()
Gets the has_options value for this CatalogProductCreateEntity.
String getMeta_description()
Gets the meta_description value for this CatalogProductCreateEntity.
String getMeta_keyword()
Gets the meta_keyword value for this CatalogProductCreateEntity.
String getMeta_title()
Gets the meta_title value for this CatalogProductCreateEntity.
String getName()
Gets the name value for this CatalogProductCreateEntity.
String getOptions_container()
Gets the options_container value for this CatalogProductCreateEntity.
String getPrice()
Gets the price value for this CatalogProductCreateEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getShort_description()
Gets the short_description value for this CatalogProductCreateEntity.
String getSpecial_from_date()
Gets the special_from_date value for this CatalogProductCreateEntity.
String getSpecial_price()
Gets the special_price value for this CatalogProductCreateEntity.
String getSpecial_to_date()
Gets the special_to_date value for this CatalogProductCreateEntity.
String getStatus()
Gets the status value for this CatalogProductCreateEntity.
CatalogInventoryStockItemUpdateEntity getStock_data()
Gets the stock_data value for this CatalogProductCreateEntity.
String getTax_class_id()
Gets the tax_class_id value for this CatalogProductCreateEntity.
CatalogProductTierPriceEntity[] getTier_price()
Gets the tier_price value for this CatalogProductCreateEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getUrl_key()
Gets the url_key value for this CatalogProductCreateEntity.
String getUrl_path()
Gets the url_path value for this CatalogProductCreateEntity.
String getVisibility()
Gets the visibility value for this CatalogProductCreateEntity.
String[] getWebsite_ids()
Gets the website_ids value for this CatalogProductCreateEntity.
String[] getWebsites()
Gets the websites value for this CatalogProductCreateEntity.
String getWeight()
Gets the weight value for this CatalogProductCreateEntity.
synchronized int hashCode()
void setAdditional_attributes(AssociativeEntity[] additional_attributes)
Sets the additional_attributes value for this CatalogProductCreateEntity.
void setCategories(String[] categories)
Sets the categories value for this CatalogProductCreateEntity.
void setCategory_ids(String[] category_ids)
Sets the category_ids value for this CatalogProductCreateEntity.
void setCustom_design(String custom_design)
Sets the custom_design value for this CatalogProductCreateEntity.
void setCustom_layout_update(String custom_layout_update)
Sets the custom_layout_update value for this CatalogProductCreateEntity.
void setDescription(String description)
Sets the description value for this CatalogProductCreateEntity.
void setGift_message_available(String gift_message_available)
Sets the gift_message_available value for this CatalogProductCreateEntity.
void setHas_options(String has_options)
Sets the has_options value for this CatalogProductCreateEntity.
void setMeta_description(String meta_description)
Sets the meta_description value for this CatalogProductCreateEntity.
void setMeta_keyword(String meta_keyword)
Sets the meta_keyword value for this CatalogProductCreateEntity.
void setMeta_title(String meta_title)
Sets the meta_title value for this CatalogProductCreateEntity.
void setName(String name)
Sets the name value for this CatalogProductCreateEntity.
void setOptions_container(String options_container)
Sets the options_container value for this CatalogProductCreateEntity.
void setPrice(String price)
Sets the price value for this CatalogProductCreateEntity.
void setShort_description(String short_description)
Sets the short_description value for this CatalogProductCreateEntity.
void setSpecial_from_date(String special_from_date)
Sets the special_from_date value for this CatalogProductCreateEntity.
void setSpecial_price(String special_price)
Sets the special_price value for this CatalogProductCreateEntity.
void setSpecial_to_date(String special_to_date)
Sets the special_to_date value for this CatalogProductCreateEntity.
void setStatus(String status)
Sets the status value for this CatalogProductCreateEntity.
void setStock_data(CatalogInventoryStockItemUpdateEntity stock_data)
Sets the stock_data value for this CatalogProductCreateEntity.
void setTax_class_id(String tax_class_id)
Sets the tax_class_id value for this CatalogProductCreateEntity.
void setTier_price(CatalogProductTierPriceEntity[] tier_price)
Sets the tier_price value for this CatalogProductCreateEntity.
void setUrl_key(String url_key)
Sets the url_key value for this CatalogProductCreateEntity.
void setUrl_path(String url_path)
Sets the url_path value for this CatalogProductCreateEntity.
void setVisibility(String visibility)
Sets the visibility value for this CatalogProductCreateEntity.
void setWebsite_ids(String[] website_ids)
Sets the website_ids value for this CatalogProductCreateEntity.
void setWebsites(String[] websites)
Sets the websites value for this CatalogProductCreateEntity.
void setWeight(String weight)
Sets the weight value for this CatalogProductCreateEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private AssociativeEntity[] additional_attributes

private String[] categories

private String[] category_ids

private String custom_design

private String custom_layout_update

private String description

private String gift_message_available

private String has_options

private String meta_description

private String meta_keyword

private String meta_title

private String name

private String options_container

private String price

private String short_description

private String special_from_date

private String special_price

private String special_to_date

private String status

private String tax_class_id

private CatalogProductTierPriceEntity[] tier_price

private static TypeDesc typeDesc

private String url_key

private String url_path

private String visibility

private String[] website_ids

private String[] websites

private String weight

Public Constructors

public CatalogProductCreateEntity ()

public CatalogProductCreateEntity (String[] categories, String[] websites, String name, String description, String short_description, String weight, String status, String url_key, String url_path, String visibility, String[] category_ids, String[] website_ids, String has_options, String gift_message_available, String price, String special_price, String special_from_date, String special_to_date, String tax_class_id, CatalogProductTierPriceEntity[] tier_price, String meta_title, String meta_keyword, String meta_description, String custom_design, String custom_layout_update, String options_container, AssociativeEntity[] additional_attributes, CatalogInventoryStockItemUpdateEntity stock_data)

Parameters
categories
websites
name
description
short_description
weight
status
url_key
url_path
visibility
category_ids
website_ids
has_options
gift_message_available
price
special_price
special_from_date
special_to_date
tax_class_id
tier_price
meta_title
meta_keyword
meta_description
custom_design
custom_layout_update
options_container
additional_attributes
stock_data

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public AssociativeEntity[] getAdditional_attributes ()

Gets the additional_attributes value for this CatalogProductCreateEntity.

Returns
  • additional_attributes

public String[] getCategories ()

Gets the categories value for this CatalogProductCreateEntity.

Returns
  • categories

public String[] getCategory_ids ()

Gets the category_ids value for this CatalogProductCreateEntity.

Returns
  • category_ids

public String getCustom_design ()

Gets the custom_design value for this CatalogProductCreateEntity.

Returns
  • custom_design

public String getCustom_layout_update ()

Gets the custom_layout_update value for this CatalogProductCreateEntity.

Returns
  • custom_layout_update

public String getDescription ()

Gets the description value for this CatalogProductCreateEntity.

Returns
  • description

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getGift_message_available ()

Gets the gift_message_available value for this CatalogProductCreateEntity.

Returns
  • gift_message_available

public String getHas_options ()

Gets the has_options value for this CatalogProductCreateEntity.

Returns
  • has_options

public String getMeta_description ()

Gets the meta_description value for this CatalogProductCreateEntity.

Returns
  • meta_description

public String getMeta_keyword ()

Gets the meta_keyword value for this CatalogProductCreateEntity.

Returns
  • meta_keyword

public String getMeta_title ()

Gets the meta_title value for this CatalogProductCreateEntity.

Returns
  • meta_title

public String getName ()

Gets the name value for this CatalogProductCreateEntity.

Returns
  • name

public String getOptions_container ()

Gets the options_container value for this CatalogProductCreateEntity.

Returns
  • options_container

public String getPrice ()

Gets the price value for this CatalogProductCreateEntity.

Returns
  • price

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getShort_description ()

Gets the short_description value for this CatalogProductCreateEntity.

Returns
  • short_description

public String getSpecial_from_date ()

Gets the special_from_date value for this CatalogProductCreateEntity.

Returns
  • special_from_date

public String getSpecial_price ()

Gets the special_price value for this CatalogProductCreateEntity.

Returns
  • special_price

public String getSpecial_to_date ()

Gets the special_to_date value for this CatalogProductCreateEntity.

Returns
  • special_to_date

public String getStatus ()

Gets the status value for this CatalogProductCreateEntity.

Returns
  • status

public CatalogInventoryStockItemUpdateEntity getStock_data ()

Gets the stock_data value for this CatalogProductCreateEntity.

Returns
  • stock_data

public String getTax_class_id ()

Gets the tax_class_id value for this CatalogProductCreateEntity.

Returns
  • tax_class_id

public CatalogProductTierPriceEntity[] getTier_price ()

Gets the tier_price value for this CatalogProductCreateEntity.

Returns
  • tier_price

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUrl_key ()

Gets the url_key value for this CatalogProductCreateEntity.

Returns
  • url_key

public String getUrl_path ()

Gets the url_path value for this CatalogProductCreateEntity.

Returns
  • url_path

public String getVisibility ()

Gets the visibility value for this CatalogProductCreateEntity.

Returns
  • visibility

public String[] getWebsite_ids ()

Gets the website_ids value for this CatalogProductCreateEntity.

Returns
  • website_ids

public String[] getWebsites ()

Gets the websites value for this CatalogProductCreateEntity.

Returns
  • websites

public String getWeight ()

Gets the weight value for this CatalogProductCreateEntity.

Returns
  • weight

public synchronized int hashCode ()

public void setAdditional_attributes (AssociativeEntity[] additional_attributes)

Sets the additional_attributes value for this CatalogProductCreateEntity.

Parameters
additional_attributes

public void setCategories (String[] categories)

Sets the categories value for this CatalogProductCreateEntity.

Parameters
categories

public void setCategory_ids (String[] category_ids)

Sets the category_ids value for this CatalogProductCreateEntity.

Parameters
category_ids

public void setCustom_design (String custom_design)

Sets the custom_design value for this CatalogProductCreateEntity.

Parameters
custom_design

public void setCustom_layout_update (String custom_layout_update)

Sets the custom_layout_update value for this CatalogProductCreateEntity.

Parameters
custom_layout_update

public void setDescription (String description)

Sets the description value for this CatalogProductCreateEntity.

Parameters
description

public void setGift_message_available (String gift_message_available)

Sets the gift_message_available value for this CatalogProductCreateEntity.

Parameters
gift_message_available

public void setHas_options (String has_options)

Sets the has_options value for this CatalogProductCreateEntity.

Parameters
has_options

public void setMeta_description (String meta_description)

Sets the meta_description value for this CatalogProductCreateEntity.

Parameters
meta_description

public void setMeta_keyword (String meta_keyword)

Sets the meta_keyword value for this CatalogProductCreateEntity.

Parameters
meta_keyword

public void setMeta_title (String meta_title)

Sets the meta_title value for this CatalogProductCreateEntity.

Parameters
meta_title

public void setName (String name)

Sets the name value for this CatalogProductCreateEntity.

Parameters
name

public void setOptions_container (String options_container)

Sets the options_container value for this CatalogProductCreateEntity.

Parameters
options_container

public void setPrice (String price)

Sets the price value for this CatalogProductCreateEntity.

Parameters
price

public void setShort_description (String short_description)

Sets the short_description value for this CatalogProductCreateEntity.

Parameters
short_description

public void setSpecial_from_date (String special_from_date)

Sets the special_from_date value for this CatalogProductCreateEntity.

Parameters
special_from_date

public void setSpecial_price (String special_price)

Sets the special_price value for this CatalogProductCreateEntity.

Parameters
special_price

public void setSpecial_to_date (String special_to_date)

Sets the special_to_date value for this CatalogProductCreateEntity.

Parameters
special_to_date

public void setStatus (String status)

Sets the status value for this CatalogProductCreateEntity.

Parameters
status

public void setStock_data (CatalogInventoryStockItemUpdateEntity stock_data)

Sets the stock_data value for this CatalogProductCreateEntity.

Parameters
stock_data

public void setTax_class_id (String tax_class_id)

Sets the tax_class_id value for this CatalogProductCreateEntity.

Parameters
tax_class_id

public void setTier_price (CatalogProductTierPriceEntity[] tier_price)

Sets the tier_price value for this CatalogProductCreateEntity.

Parameters
tier_price

public void setUrl_key (String url_key)

Sets the url_key value for this CatalogProductCreateEntity.

Parameters
url_key

public void setUrl_path (String url_path)

Sets the url_path value for this CatalogProductCreateEntity.

Parameters
url_path

public void setVisibility (String visibility)

Sets the visibility value for this CatalogProductCreateEntity.

Parameters
visibility

public void setWebsite_ids (String[] website_ids)

Sets the website_ids value for this CatalogProductCreateEntity.

Parameters
website_ids

public void setWebsites (String[] websites)

Sets the websites value for this CatalogProductCreateEntity.

Parameters
websites

public void setWeight (String weight)

Sets the weight value for this CatalogProductCreateEntity.

Parameters
weight