public class

DirectoryCountryEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String country_id
private String iso2_code
private String iso3_code
private String name
private static TypeDesc typeDesc
Public Constructors
DirectoryCountryEntity()
DirectoryCountryEntity(String country_id, String iso2_code, String iso3_code, String name)
Public Methods
synchronized boolean equals(Object obj)
String getCountry_id()
Gets the country_id value for this DirectoryCountryEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getIso2_code()
Gets the iso2_code value for this DirectoryCountryEntity.
String getIso3_code()
Gets the iso3_code value for this DirectoryCountryEntity.
String getName()
Gets the name value for this DirectoryCountryEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCountry_id(String country_id)
Sets the country_id value for this DirectoryCountryEntity.
void setIso2_code(String iso2_code)
Sets the iso2_code value for this DirectoryCountryEntity.
void setIso3_code(String iso3_code)
Sets the iso3_code value for this DirectoryCountryEntity.
void setName(String name)
Sets the name value for this DirectoryCountryEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String country_id

private String iso2_code

private String iso3_code

private String name

private static TypeDesc typeDesc

Public Constructors

public DirectoryCountryEntity ()

public DirectoryCountryEntity (String country_id, String iso2_code, String iso3_code, String name)

Parameters
country_id
iso2_code
iso3_code
name

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCountry_id ()

Gets the country_id value for this DirectoryCountryEntity.

Returns
  • country_id

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getIso2_code ()

Gets the iso2_code value for this DirectoryCountryEntity.

Returns
  • iso2_code

public String getIso3_code ()

Gets the iso3_code value for this DirectoryCountryEntity.

Returns
  • iso3_code

public String getName ()

Gets the name value for this DirectoryCountryEntity.

Returns
  • name

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 setCountry_id (String country_id)

Sets the country_id value for this DirectoryCountryEntity.

Parameters
country_id

public void setIso2_code (String iso2_code)

Sets the iso2_code value for this DirectoryCountryEntity.

Parameters
iso2_code

public void setIso3_code (String iso3_code)

Sets the iso3_code value for this DirectoryCountryEntity.

Parameters
iso3_code

public void setName (String name)

Sets the name value for this DirectoryCountryEntity.

Parameters
name