public class

CatalogProductEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String[] category_ids
private String name
private String product_id
private String set
private String sku
private String type
private static TypeDesc typeDesc
private String[] website_ids
Public Constructors
CatalogProductEntity()
CatalogProductEntity(String product_id, String sku, String name, String set, String type, String[] category_ids, String[] website_ids)
Public Methods
synchronized boolean equals(Object obj)
String[] getCategory_ids()
Gets the category_ids value for this CatalogProductEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getName()
Gets the name value for this CatalogProductEntity.
String getProduct_id()
Gets the product_id value for this CatalogProductEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getSet()
Gets the set value for this CatalogProductEntity.
String getSku()
Gets the sku value for this CatalogProductEntity.
String getType()
Gets the type value for this CatalogProductEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String[] getWebsite_ids()
Gets the website_ids value for this CatalogProductEntity.
synchronized int hashCode()
void setCategory_ids(String[] category_ids)
Sets the category_ids value for this CatalogProductEntity.
void setName(String name)
Sets the name value for this CatalogProductEntity.
void setProduct_id(String product_id)
Sets the product_id value for this CatalogProductEntity.
void setSet(String set)
Sets the set value for this CatalogProductEntity.
void setSku(String sku)
Sets the sku value for this CatalogProductEntity.
void setType(String type)
Sets the type value for this CatalogProductEntity.
void setWebsite_ids(String[] website_ids)
Sets the website_ids value for this CatalogProductEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String[] category_ids

private String name

private String product_id

private String set

private String sku

private String type

private static TypeDesc typeDesc

private String[] website_ids

Public Constructors

public CatalogProductEntity ()

public CatalogProductEntity (String product_id, String sku, String name, String set, String type, String[] category_ids, String[] website_ids)

Parameters
product_id
sku
name
set
type
category_ids
website_ids

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String[] getCategory_ids ()

Gets the category_ids value for this CatalogProductEntity.

Returns
  • category_ids

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getName ()

Gets the name value for this CatalogProductEntity.

Returns
  • name

public String getProduct_id ()

Gets the product_id value for this CatalogProductEntity.

Returns
  • product_id

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getSet ()

Gets the set value for this CatalogProductEntity.

Returns
  • set

public String getSku ()

Gets the sku value for this CatalogProductEntity.

Returns
  • sku

public String getType ()

Gets the type value for this CatalogProductEntity.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public String[] getWebsite_ids ()

Gets the website_ids value for this CatalogProductEntity.

Returns
  • website_ids

public synchronized int hashCode ()

public void setCategory_ids (String[] category_ids)

Sets the category_ids value for this CatalogProductEntity.

Parameters
category_ids

public void setName (String name)

Sets the name value for this CatalogProductEntity.

Parameters
name

public void setProduct_id (String product_id)

Sets the product_id value for this CatalogProductEntity.

Parameters
product_id

public void setSet (String set)

Sets the set value for this CatalogProductEntity.

Parameters
set

public void setSku (String sku)

Sets the sku value for this CatalogProductEntity.

Parameters
sku

public void setType (String type)

Sets the type value for this CatalogProductEntity.

Parameters
type

public void setWebsite_ids (String[] website_ids)

Sets the website_ids value for this CatalogProductEntity.

Parameters
website_ids