public class ShoppingCartTotalsEntity extends Object implements Serializable
| Constructor and Description |
|---|
ShoppingCartTotalsEntity() |
ShoppingCartTotalsEntity(String title,
Double amount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Double |
getAmount()
Gets the amount value for this ShoppingCartTotalsEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this ShoppingCartTotalsEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAmount(Double amount)
Sets the amount value for this ShoppingCartTotalsEntity.
|
void |
setTitle(String title)
Sets the title value for this ShoppingCartTotalsEntity.
|
public String getTitle()
public void setTitle(String title)
title - public Double getAmount()
public void setAmount(Double amount)
amount - 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.