public class CatalogProductTagInfoEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductTagInfoEntity() |
CatalogProductTagInfoEntity(String name,
String status,
String base_popularity,
AssociativeEntity[] products) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBase_popularity()
Gets the base_popularity value for this CatalogProductTagInfoEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this CatalogProductTagInfoEntity.
|
AssociativeEntity[] |
getProducts()
Gets the products value for this CatalogProductTagInfoEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this CatalogProductTagInfoEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBase_popularity(String base_popularity)
Sets the base_popularity value for this CatalogProductTagInfoEntity.
|
void |
setName(String name)
Sets the name value for this CatalogProductTagInfoEntity.
|
void |
setProducts(AssociativeEntity[] products)
Sets the products value for this CatalogProductTagInfoEntity.
|
void |
setStatus(String status)
Sets the status value for this CatalogProductTagInfoEntity.
|
public CatalogProductTagInfoEntity()
public CatalogProductTagInfoEntity(String name, String status, String base_popularity, AssociativeEntity[] products)
public String getName()
public void setName(String name)
name - public String getStatus()
public void setStatus(String status)
status - public String getBase_popularity()
public void setBase_popularity(String base_popularity)
base_popularity - public AssociativeEntity[] getProducts()
public void setProducts(AssociativeEntity[] products)
products - 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.