public class

CatalogAssignedProduct

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private int position

private int product_id

private int set

private String sku

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogAssignedProduct ()

public CatalogAssignedProduct (int product_id, String type, int set, String sku, int position)

Parameters
product_id
type
set
sku
position

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public int getPosition ()

Gets the position value for this CatalogAssignedProduct.

Returns
  • position

public int getProduct_id ()

Gets the product_id value for this CatalogAssignedProduct.

Returns
  • product_id

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public int getSet ()

Gets the set value for this CatalogAssignedProduct.

Returns
  • set

public String getSku ()

Gets the sku value for this CatalogAssignedProduct.

Returns
  • sku

public String getType ()

Gets the type value for this CatalogAssignedProduct.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setPosition (int position)

Sets the position value for this CatalogAssignedProduct.

Parameters
position

public void setProduct_id (int product_id)

Sets the product_id value for this CatalogAssignedProduct.

Parameters
product_id

public void setSet (int set)

Sets the set value for this CatalogAssignedProduct.

Parameters
set

public void setSku (String sku)

Sets the sku value for this CatalogAssignedProduct.

Parameters
sku

public void setType (String type)

Sets the type value for this CatalogAssignedProduct.

Parameters
type