public class

CatalogProductTypeEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String label

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogProductTypeEntity ()

public CatalogProductTypeEntity (String type, String label)

Parameters
type
label

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

Gets the label value for this CatalogProductTypeEntity.

Returns
  • label

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getType ()

Gets the type value for this CatalogProductTypeEntity.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setLabel (String label)

Sets the label value for this CatalogProductTypeEntity.

Parameters
label

public void setType (String type)

Sets the type value for this CatalogProductTypeEntity.

Parameters
type