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

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

public class GiftWrap
extends Model

See Also:
Serialized Form

Constructor Summary
GiftWrap()
           
GiftWrap(java.lang.String id)
           
 
Method Summary
 java.util.List<TextFieldModel> getGiftMessageFields()
          The List of TextFieldModel objects.
 GiftWrapOption getGiftOption()
          GiftWrapOption.
 void setGiftMessageFields(java.util.List<TextFieldModel> giftMessageFields)
           
 void setGiftOption(GiftWrapOption giftOption)
           
 
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

GiftWrap

public GiftWrap()

GiftWrap

public GiftWrap(java.lang.String id)
Method Detail

getGiftMessageFields

public java.util.List<TextFieldModel> getGiftMessageFields()
The List of TextFieldModel objects.


setGiftMessageFields

public void setGiftMessageFields(java.util.List<TextFieldModel> giftMessageFields)

getGiftOption

public GiftWrapOption getGiftOption()
GiftWrapOption. The selected GiftWrapOption. This may not exist. Instead, this information may exist on the list of GiftWrapOptions on the CartItem.


setGiftOption

public void setGiftOption(GiftWrapOption giftOption)