public class CatalogProductEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductEntity() |
CatalogProductEntity(String product_id,
String sku,
String name,
String set,
String type,
String[] category_ids,
String[] website_ids) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getCategory_ids()
Gets the category_ids value for this CatalogProductEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this CatalogProductEntity.
|
String |
getProduct_id()
Gets the product_id value for this CatalogProductEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSet()
Gets the set value for this CatalogProductEntity.
|
String |
getSku()
Gets the sku value for this CatalogProductEntity.
|
String |
getType()
Gets the type value for this CatalogProductEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String[] |
getWebsite_ids()
Gets the website_ids value for this CatalogProductEntity.
|
int |
hashCode() |
void |
setCategory_ids(String[] category_ids)
Sets the category_ids value for this CatalogProductEntity.
|
void |
setName(String name)
Sets the name value for this CatalogProductEntity.
|
void |
setProduct_id(String product_id)
Sets the product_id value for this CatalogProductEntity.
|
void |
setSet(String set)
Sets the set value for this CatalogProductEntity.
|
void |
setSku(String sku)
Sets the sku value for this CatalogProductEntity.
|
void |
setType(String type)
Sets the type value for this CatalogProductEntity.
|
void |
setWebsite_ids(String[] website_ids)
Sets the website_ids value for this CatalogProductEntity.
|
public String getProduct_id()
public void setProduct_id(String product_id)
product_id - public String getSku()
public void setSku(String sku)
sku - public String getName()
public void setName(String name)
name - public String getSet()
public void setSet(String set)
set - public String getType()
public void setType(String type)
type - public String[] getCategory_ids()
public void setCategory_ids(String[] category_ids)
category_ids - public String[] getWebsite_ids()
public void setWebsite_ids(String[] website_ids)
website_ids - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.