public class

CatalogProductAttributeMediaTypeEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String code

private String scope

private static TypeDesc typeDesc

Public Constructors

public CatalogProductAttributeMediaTypeEntity ()

public CatalogProductAttributeMediaTypeEntity (String code, String scope)

Parameters
code
scope

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCode ()

Gets the code value for this CatalogProductAttributeMediaTypeEntity.

Returns
  • code

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getScope ()

Gets the scope value for this CatalogProductAttributeMediaTypeEntity.

Returns
  • scope

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setCode (String code)

Sets the code value for this CatalogProductAttributeMediaTypeEntity.

Parameters
code

public void setScope (String scope)

Sets the scope value for this CatalogProductAttributeMediaTypeEntity.

Parameters
scope