public class

CatalogProductTagAddEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String customer_id
private String product_id
private String store
private String tag
private static TypeDesc typeDesc
Public Constructors
CatalogProductTagAddEntity()
CatalogProductTagAddEntity(String tag, String product_id, String customer_id, String store)
Public Methods
synchronized boolean equals(Object obj)
String getCustomer_id()
Gets the customer_id value for this CatalogProductTagAddEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getProduct_id()
Gets the product_id value for this CatalogProductTagAddEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getStore()
Gets the store value for this CatalogProductTagAddEntity.
String getTag()
Gets the tag value for this CatalogProductTagAddEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCustomer_id(String customer_id)
Sets the customer_id value for this CatalogProductTagAddEntity.
void setProduct_id(String product_id)
Sets the product_id value for this CatalogProductTagAddEntity.
void setStore(String store)
Sets the store value for this CatalogProductTagAddEntity.
void setTag(String tag)
Sets the tag value for this CatalogProductTagAddEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String customer_id

private String product_id

private String store

private String tag

private static TypeDesc typeDesc

Public Constructors

public CatalogProductTagAddEntity ()

public CatalogProductTagAddEntity (String tag, String product_id, String customer_id, String store)

Parameters
tag
product_id
customer_id
store

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCustomer_id ()

Gets the customer_id value for this CatalogProductTagAddEntity.

Returns
  • customer_id

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getProduct_id ()

Gets the product_id value for this CatalogProductTagAddEntity.

Returns
  • product_id

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getStore ()

Gets the store value for this CatalogProductTagAddEntity.

Returns
  • store

public String getTag ()

Gets the tag value for this CatalogProductTagAddEntity.

Returns
  • tag

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setCustomer_id (String customer_id)

Sets the customer_id value for this CatalogProductTagAddEntity.

Parameters
customer_id

public void setProduct_id (String product_id)

Sets the product_id value for this CatalogProductTagAddEntity.

Parameters
product_id

public void setStore (String store)

Sets the store value for this CatalogProductTagAddEntity.

Parameters
store

public void setTag (String tag)

Sets the tag value for this CatalogProductTagAddEntity.

Parameters
tag