public class

CatalogProductTagListEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String name
private String tag_id
private static TypeDesc typeDesc
Public Constructors
CatalogProductTagListEntity()
CatalogProductTagListEntity(String tag_id, String name)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getName()
Gets the name value for this CatalogProductTagListEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getTag_id()
Gets the tag_id value for this CatalogProductTagListEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setName(String name)
Sets the name value for this CatalogProductTagListEntity.
void setTag_id(String tag_id)
Sets the tag_id value for this CatalogProductTagListEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String name

private String tag_id

private static TypeDesc typeDesc

Public Constructors

public CatalogProductTagListEntity ()

public CatalogProductTagListEntity (String tag_id, String name)

Parameters
tag_id
name

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 getName ()

Gets the name value for this CatalogProductTagListEntity.

Returns
  • name

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getTag_id ()

Gets the tag_id value for this CatalogProductTagListEntity.

Returns
  • tag_id

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setName (String name)

Sets the name value for this CatalogProductTagListEntity.

Parameters
name

public void setTag_id (String tag_id)

Sets the tag_id value for this CatalogProductTagListEntity.

Parameters
tag_id