com.endeca.mobile.services.cart.models
Class SummaryAmount

java.lang.Object
  extended by com.endeca.mobile.services.cart.models.Model
      extended by com.endeca.mobile.services.cart.models.NamedModel
          extended by com.endeca.mobile.services.cart.models.TableCellModel
              extended by com.endeca.mobile.services.cart.models.SummaryAmount
All Implemented Interfaces:
java.io.Serializable

public class SummaryAmount
extends TableCellModel

See Also:
Serialized Form

Constructor Summary
SummaryAmount()
           
SummaryAmount(java.lang.String name, java.lang.String value)
           
 
Method Summary
 int getColor()
           
 int getFontSize()
           
 java.lang.String getFontWeight()
           
 void setColor(int color)
           
 void setFontSize(int fontSize)
           
 void setFontWeight(java.lang.String fontWeight)
           
 
Methods inherited from class com.endeca.mobile.services.cart.models.TableCellModel
getImageURL, getTargetUri, getValue, isSelected, setImageURL, setSelected, setTargetUri, setValue
 
Methods inherited from class com.endeca.mobile.services.cart.models.NamedModel
getDescription, getName, setDescription, setName
 
Methods inherited from class com.endeca.mobile.services.cart.models.Model
containsProperty, getId, getProperties, getProperty, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, putProperty, setId, setProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryAmount

public SummaryAmount()

SummaryAmount

public SummaryAmount(java.lang.String name,
                     java.lang.String value)
Method Detail

getFontSize

public int getFontSize()

setFontSize

public void setFontSize(int fontSize)

getColor

public int getColor()

setColor

public void setColor(int color)

getFontWeight

public java.lang.String getFontWeight()

setFontWeight

public void setFontWeight(java.lang.String fontWeight)