public class

CatalogProductAttributeSetEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String name
private Integer set_id
private static TypeDesc typeDesc
Public Constructors
CatalogProductAttributeSetEntity()
CatalogProductAttributeSetEntity(Integer set_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 CatalogProductAttributeSetEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
Integer getSet_id()
Gets the set_id value for this CatalogProductAttributeSetEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setName(String name)
Sets the name value for this CatalogProductAttributeSetEntity.
void setSet_id(Integer set_id)
Sets the set_id value for this CatalogProductAttributeSetEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String name

private Integer set_id

private static TypeDesc typeDesc

Public Constructors

public CatalogProductAttributeSetEntity ()

public CatalogProductAttributeSetEntity (Integer set_id, String name)

Parameters
set_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 CatalogProductAttributeSetEntity.

Returns
  • name

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public Integer getSet_id ()

Gets the set_id value for this CatalogProductAttributeSetEntity.

Returns
  • set_id

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setName (String name)

Sets the name value for this CatalogProductAttributeSetEntity.

Parameters
name

public void setSet_id (Integer set_id)

Sets the set_id value for this CatalogProductAttributeSetEntity.

Parameters
set_id