public class StoreEntity extends Object implements Serializable
| Constructor and Description |
|---|
StoreEntity() |
StoreEntity(int store_id,
String code,
int website_id,
int group_id,
String name,
int sort_order,
int is_active) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Gets the code value for this StoreEntity.
|
static org.apache.axis.encoding.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 org.apache.axis.encoding.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 org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getWebsite_id()
Gets the website_id value for this StoreEntity.
|
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.
|
public int getStore_id()
public void setStore_id(int store_id)
store_id - public String getCode()
public void setCode(String code)
code - public int getWebsite_id()
public void setWebsite_id(int website_id)
website_id - public int getGroup_id()
public void setGroup_id(int group_id)
group_id - public String getName()
public void setName(String name)
name - public int getSort_order()
public void setSort_order(int sort_order)
sort_order - public int getIs_active()
public void setIs_active(int is_active)
is_active - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.