Class OfferItemTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.offer.common.transfer.OfferItemTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOfferItemTransfer(OfferTransfer offer, ItemTransfer item) Creates a new instance of OfferItemTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetItem()Returns the item.getOffer()Returns the offer.Returns the offerItemPrices.voidsetItem(ItemTransfer item) Sets the item.voidsetOffer(OfferTransfer offer) Sets the offer.voidsetOfferItemPrices(ListWrapper<OfferItemPriceTransfer> offerItemPrices) Sets the offerItemPrices.Methods 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
-
OfferItemTransfer
Creates a new instance of OfferItemTransfer
-
-
Method Details
-
getOffer
Returns the offer.- Returns:
- the offer
-
setOffer
Sets the offer.- Parameters:
offer- the offer to set
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item- the item to set
-
getOfferItemPrices
Returns the offerItemPrices.- Returns:
- the offerItemPrices
-
setOfferItemPrices
Sets the offerItemPrices.- Parameters:
offerItemPrices- the offerItemPrices to set
-