Class WishlistTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.order.common.transfer.OrderTransfer
com.echothree.model.control.wishlist.common.transfer.WishlistTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.model.control.order.common.transfer.OrderTransfer
orderName -
Constructor Summary
ConstructorsConstructorDescriptionWishlistTransfer(OrderTypeTransfer orderType, String orderName, CurrencyTransfer currency, OfferUseTransfer offerUse, WishlistTypeTransfer wishlistType) Creates a new instance of WishlistTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOfferUse(OfferUseTransfer offerUse) voidsetWishlistName(String wishlistName) voidsetWishlistType(WishlistTypeTransfer wishlistType) Methods inherited from class com.echothree.model.control.order.common.transfer.OrderTransfer
getAllowBackorders, getAllowCombiningShipments, getAllowSubstitutions, getCancellationPolicy, getCurrency, getDescription, getHoldUntilComplete, getOrderName, getOrderPriority, getOrderRoles, getOrderTimes, getOrderType, getReference, getReturnPolicy, getTaxable, getTerm, setAllowBackorders, setAllowCombiningShipments, setAllowSubstitutions, setCancellationPolicy, setCurrency, setDescription, setHoldUntilComplete, setOrderName, setOrderPriority, setOrderRoles, setOrderTimes, setOrderType, setReference, setReturnPolicy, setTaxable, setTermMethods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
WishlistTransfer
public WishlistTransfer(OrderTypeTransfer orderType, String orderName, CurrencyTransfer currency, OfferUseTransfer offerUse, WishlistTypeTransfer wishlistType) Creates a new instance of WishlistTransfer
-
-
Method Details
-
getWishlistName
-
setWishlistName
-
getOfferUse
-
setOfferUse
-
getWishlistType
-
setWishlistType
-