public class

DirectoryRegionEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String code
private String name
private String region_id
private static TypeDesc typeDesc
Public Constructors
DirectoryRegionEntity()
DirectoryRegionEntity(String region_id, String code, String name)
Public Methods
synchronized boolean equals(Object obj)
String getCode()
Gets the code value for this DirectoryRegionEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getName()
Gets the name value for this DirectoryRegionEntity.
String getRegion_id()
Gets the region_id value for this DirectoryRegionEntity.
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 DirectoryRegionEntity.
void setName(String name)
Sets the name value for this DirectoryRegionEntity.
void setRegion_id(String region_id)
Sets the region_id value for this DirectoryRegionEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String code

private String name

private String region_id

private static TypeDesc typeDesc

Public Constructors

public DirectoryRegionEntity ()

public DirectoryRegionEntity (String region_id, String code, String name)

Parameters
region_id
code
name

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCode ()

Gets the code value for this DirectoryRegionEntity.

Returns
  • code

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getName ()

Gets the name value for this DirectoryRegionEntity.

Returns
  • name

public String getRegion_id ()

Gets the region_id value for this DirectoryRegionEntity.

Returns
  • region_id

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

Parameters
code

public void setName (String name)

Sets the name value for this DirectoryRegionEntity.

Parameters
name

public void setRegion_id (String region_id)

Sets the region_id value for this DirectoryRegionEntity.

Parameters
region_id