com.retek.component.customerorder
Class GiftingDetail
java.lang.Object
com.retek.component.customerorder.GiftingDetail
- All Implemented Interfaces:
- java.io.Serializable
- public class GiftingDetail
- extends java.lang.Object
- implements java.io.Serializable
Utility bean class used in the CustomerOrderLine api to simplify
the selection/configuration of the gifting service selections.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GiftingDetail
public GiftingDetail()
getCardMessage
public java.lang.String getCardMessage()
getCardSeason
public GiftingSeason getCardSeason()
getWrapSeason
public GiftingSeason getWrapSeason()
setCardMessage
public void setCardMessage(java.lang.String cardMessage)
setCardSeason
public void setCardSeason(GiftingSeason cardSeason)
setWrapSeason
public void setWrapSeason(GiftingSeason wrapSeason)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25