public class

StoreEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String code
private int group_id
private int is_active
private String name
private int sort_order
private int store_id
private static TypeDesc typeDesc
private int website_id
Public Constructors
StoreEntity()
StoreEntity(int store_id, String code, int website_id, int group_id, String name, int sort_order, int is_active)
Public Methods
synchronized boolean equals(Object obj)
String getCode()
Gets the code value for this StoreEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
int getGroup_id()
Gets the group_id value for this StoreEntity.
int getIs_active()
Gets the is_active value for this StoreEntity.
String getName()
Gets the name value for this StoreEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
int getSort_order()
Gets the sort_order value for this StoreEntity.
int getStore_id()
Gets the store_id value for this StoreEntity.
static TypeDesc getTypeDesc()
Return type metadata object
int getWebsite_id()
Gets the website_id value for this StoreEntity.
synchronized int hashCode()
void setCode(String code)
Sets the code value for this StoreEntity.
void setGroup_id(int group_id)
Sets the group_id value for this StoreEntity.
void setIs_active(int is_active)
Sets the is_active value for this StoreEntity.
void setName(String name)
Sets the name value for this StoreEntity.
void setSort_order(int sort_order)
Sets the sort_order value for this StoreEntity.
void setStore_id(int store_id)
Sets the store_id value for this StoreEntity.
void setWebsite_id(int website_id)
Sets the website_id value for this StoreEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String code

private int group_id

private int is_active

private String name

private int sort_order

private int store_id

private static TypeDesc typeDesc

private int website_id

Public Constructors

public StoreEntity ()

public StoreEntity (int store_id, String code, int website_id, int group_id, String name, int sort_order, int is_active)

Parameters
store_id
code
website_id
group_id
name
sort_order
is_active

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCode ()

Gets the code value for this StoreEntity.

Returns
  • code

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public int getGroup_id ()

Gets the group_id value for this StoreEntity.

Returns
  • group_id

public int getIs_active ()

Gets the is_active value for this StoreEntity.

Returns
  • is_active

public String getName ()

Gets the name value for this StoreEntity.

Returns
  • name

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public int getSort_order ()

Gets the sort_order value for this StoreEntity.

Returns
  • sort_order

public int getStore_id ()

Gets the store_id value for this StoreEntity.

Returns
  • store_id

public static TypeDesc getTypeDesc ()

Return type metadata object

public int getWebsite_id ()

Gets the website_id value for this StoreEntity.

Returns
  • website_id

public synchronized int hashCode ()

public void setCode (String code)

Sets the code value for this StoreEntity.

Parameters
code

public void setGroup_id (int group_id)

Sets the group_id value for this StoreEntity.

Parameters
group_id

public void setIs_active (int is_active)

Sets the is_active value for this StoreEntity.

Parameters
is_active

public void setName (String name)

Sets the name value for this StoreEntity.

Parameters
name

public void setSort_order (int sort_order)

Sets the sort_order value for this StoreEntity.

Parameters
sort_order

public void setStore_id (int store_id)

Sets the store_id value for this StoreEntity.

Parameters
store_id

public void setWebsite_id (int website_id)

Sets the website_id value for this StoreEntity.

Parameters
website_id