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

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

public class CartItemSpec
extends Model

See Also:
Serialized Form

Constructor Summary
CartItemSpec()
           
 
Method Summary
 java.util.List<TextFieldModelSpec> getPersonalizedFields()
           
 int getQuantity()
          The quantity of the product.
 void setPersonalizedFields(java.util.List<TextFieldModelSpec> personalizedFields)
           
 void setQuantity(int quantity)
           
 
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

CartItemSpec

public CartItemSpec()
Method Detail

getQuantity

public int getQuantity()
The quantity of the product.


setQuantity

public void setQuantity(int quantity)

getPersonalizedFields

public java.util.List<TextFieldModelSpec> getPersonalizedFields()

setPersonalizedFields

public void setPersonalizedFields(java.util.List<TextFieldModelSpec> personalizedFields)