public class CatalogAssignedProduct extends Object implements Serializable
| Constructor and Description |
|---|
CatalogAssignedProduct() |
CatalogAssignedProduct(int product_id,
String type,
int set,
String sku,
int position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getPosition()
Gets the position value for this CatalogAssignedProduct.
|
int |
getProduct_id()
Gets the product_id value for this CatalogAssignedProduct.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getSet()
Gets the set value for this CatalogAssignedProduct.
|
String |
getSku()
Gets the sku value for this CatalogAssignedProduct.
|
String |
getType()
Gets the type value for this CatalogAssignedProduct.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setPosition(int position)
Sets the position value for this CatalogAssignedProduct.
|
void |
setProduct_id(int product_id)
Sets the product_id value for this CatalogAssignedProduct.
|
void |
setSet(int set)
Sets the set value for this CatalogAssignedProduct.
|
void |
setSku(String sku)
Sets the sku value for this CatalogAssignedProduct.
|
void |
setType(String type)
Sets the type value for this CatalogAssignedProduct.
|
public int getProduct_id()
public void setProduct_id(int product_id)
product_id - public String getType()
public void setType(String type)
type - public int getSet()
public void setSet(int set)
set - public String getSku()
public void setSku(String sku)
sku - public int getPosition()
public void setPosition(int position)
position - 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.