public class CatalogProductTagAddEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductTagAddEntity() |
CatalogProductTagAddEntity(String tag,
String product_id,
String customer_id,
String store) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCustomer_id()
Gets the customer_id value for this CatalogProductTagAddEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getProduct_id()
Gets the product_id value for this CatalogProductTagAddEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStore()
Gets the store value for this CatalogProductTagAddEntity.
|
String |
getTag()
Gets the tag value for this CatalogProductTagAddEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCustomer_id(String customer_id)
Sets the customer_id value for this CatalogProductTagAddEntity.
|
void |
setProduct_id(String product_id)
Sets the product_id value for this CatalogProductTagAddEntity.
|
void |
setStore(String store)
Sets the store value for this CatalogProductTagAddEntity.
|
void |
setTag(String tag)
Sets the tag value for this CatalogProductTagAddEntity.
|
public String getTag()
public void setTag(String tag)
tag - public String getProduct_id()
public void setProduct_id(String product_id)
product_id - public String getCustomer_id()
public void setCustomer_id(String customer_id)
customer_id - public String getStore()
public void setStore(String store)
store - 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.