public class

CatalogProductLinkEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String position

private String product_id

private String qty

private String set

private String sku

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogProductLinkEntity ()

public CatalogProductLinkEntity (String product_id, String type, String set, String sku, String position, String qty)

Parameters
product_id
type
set
sku
position
qty

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

Gets the position value for this CatalogProductLinkEntity.

Returns
  • position

public String getProduct_id ()

Gets the product_id value for this CatalogProductLinkEntity.

Returns
  • product_id

public String getQty ()

Gets the qty value for this CatalogProductLinkEntity.

Returns
  • qty

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

Returns
  • set

public String getSku ()

Gets the sku value for this CatalogProductLinkEntity.

Returns
  • sku

public String getType ()

Gets the type value for this CatalogProductLinkEntity.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setPosition (String position)

Sets the position value for this CatalogProductLinkEntity.

Parameters
position

public void setProduct_id (String product_id)

Sets the product_id value for this CatalogProductLinkEntity.

Parameters
product_id

public void setQty (String qty)

Sets the qty value for this CatalogProductLinkEntity.

Parameters
qty

public void setSet (String set)

Sets the set value for this CatalogProductLinkEntity.

Parameters
set

public void setSku (String sku)

Sets the sku value for this CatalogProductLinkEntity.

Parameters
sku

public void setType (String type)

Sets the type value for this CatalogProductLinkEntity.

Parameters
type