public class

CatalogProductTagUpdateEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String base_popularity

private String name

private String status

private static TypeDesc typeDesc

Public Constructors

public CatalogProductTagUpdateEntity ()

public CatalogProductTagUpdateEntity (String name, String status, String base_popularity)

Parameters
name
status
base_popularity

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getBase_popularity ()

Gets the base_popularity value for this CatalogProductTagUpdateEntity.

Returns
  • base_popularity

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

Returns
  • name

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getStatus ()

Gets the status value for this CatalogProductTagUpdateEntity.

Returns
  • status

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setBase_popularity (String base_popularity)

Sets the base_popularity value for this CatalogProductTagUpdateEntity.

Parameters
base_popularity

public void setName (String name)

Sets the name value for this CatalogProductTagUpdateEntity.

Parameters
name

public void setStatus (String status)

Sets the status value for this CatalogProductTagUpdateEntity.

Parameters
status