public class GiftMessageAssociativeProductsEntity extends Object implements Serializable
| Constructor and Description |
|---|
GiftMessageAssociativeProductsEntity() |
GiftMessageAssociativeProductsEntity(ShoppingCartProductEntity product,
GiftMessageEntity message) |
| 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
|
GiftMessageEntity |
getMessage()
Gets the message value for this GiftMessageAssociativeProductsEntity.
|
ShoppingCartProductEntity |
getProduct()
Gets the product value for this GiftMessageAssociativeProductsEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMessage(GiftMessageEntity message)
Sets the message value for this GiftMessageAssociativeProductsEntity.
|
void |
setProduct(ShoppingCartProductEntity product)
Sets the product value for this GiftMessageAssociativeProductsEntity.
|
public GiftMessageAssociativeProductsEntity()
public GiftMessageAssociativeProductsEntity(ShoppingCartProductEntity product, GiftMessageEntity message)
public ShoppingCartProductEntity getProduct()
public void setProduct(ShoppingCartProductEntity product)
product - public GiftMessageEntity getMessage()
public void setMessage(GiftMessageEntity message)
message - 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.