public class

MagentoInfoEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String magento_edition

private String magento_version

private static TypeDesc typeDesc

Public Constructors

public MagentoInfoEntity ()

public MagentoInfoEntity (String magento_version, String magento_edition)

Parameters
magento_version
magento_edition

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

Gets the magento_edition value for this MagentoInfoEntity.

Returns
  • magento_edition

public String getMagento_version ()

Gets the magento_version value for this MagentoInfoEntity.

Returns
  • magento_version

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 setMagento_edition (String magento_edition)

Sets the magento_edition value for this MagentoInfoEntity.

Parameters
magento_edition

public void setMagento_version (String magento_version)

Sets the magento_version value for this MagentoInfoEntity.

Parameters
magento_version