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

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.ShippingOption
All Implemented Interfaces:
java.io.Serializable

public class ShippingOption
extends TableCellModel

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT
           
static java.lang.String ERROR
           
 
Constructor Summary
ShippingOption()
           
 
Method Summary
 java.lang.String getPrice()
           
 void setPrice(java.lang.String price)
           
 
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
 

Field Detail

DEFAULT

public static final java.lang.String DEFAULT
See Also:
Constant Field Values

ERROR

public static final java.lang.String ERROR
See Also:
Constant Field Values
Constructor Detail

ShippingOption

public ShippingOption()
Method Detail

getPrice

public java.lang.String getPrice()

setPrice

public void setPrice(java.lang.String price)