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