public class

ShoppingCartTotalsEntity

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.ShoppingCartTotalsEntity

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private Double amount
private String title
private static TypeDesc typeDesc
Public Constructors
ShoppingCartTotalsEntity()
ShoppingCartTotalsEntity(String title, Double amount)
Public Methods
synchronized boolean equals(Object obj)
Double getAmount()
Gets the amount value for this ShoppingCartTotalsEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getTitle()
Gets the title value for this ShoppingCartTotalsEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAmount(Double amount)
Sets the amount value for this ShoppingCartTotalsEntity.
void setTitle(String title)
Sets the title value for this ShoppingCartTotalsEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Double amount

private String title

private static TypeDesc typeDesc

Public Constructors

public ShoppingCartTotalsEntity ()

public ShoppingCartTotalsEntity (String title, Double amount)

Parameters
title
amount

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public Double getAmount ()

Gets the amount value for this ShoppingCartTotalsEntity.

Returns
  • amount

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getTitle ()

Gets the title value for this ShoppingCartTotalsEntity.

Returns
  • title

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAmount (Double amount)

Sets the amount value for this ShoppingCartTotalsEntity.

Parameters
amount

public void setTitle (String title)

Sets the title value for this ShoppingCartTotalsEntity.

Parameters
title