public class

CatalogProductLinkAttributeEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String code

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogProductLinkAttributeEntity ()

public CatalogProductLinkAttributeEntity (String code, String type)

Parameters
code
type

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCode ()

Gets the code value for this CatalogProductLinkAttributeEntity.

Returns
  • code

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

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

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setCode (String code)

Sets the code value for this CatalogProductLinkAttributeEntity.

Parameters
code

public void setType (String type)

Sets the type value for this CatalogProductLinkAttributeEntity.

Parameters
type