Interface CreateWishlistLineForm
- All Superinterfaces:
BaseForm
,BaseSpec
,CurrencySpec
,InventoryConditionSpec
,ItemSpec
,PartySpec
,SourceSpec
,WishlistPrioritySpec
,WishlistTypeSpec
public interface CreateWishlistLineForm
extends PartySpec, WishlistPrioritySpec, CurrencySpec, SourceSpec, ItemSpec, InventoryConditionSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setComment
(String comment) void
setQuantity
(String quantity) void
setUnitOfMeasureTypeName
(String unitOfMeasureTypeName) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toString
Methods inherited from interface com.echothree.control.user.accounting.common.spec.CurrencySpec
getCurrencyIsoName, setCurrencyIsoName
Methods inherited from interface com.echothree.control.user.inventory.common.spec.InventoryConditionSpec
getInventoryConditionName, setInventoryConditionName
Methods inherited from interface com.echothree.control.user.item.common.spec.ItemSpec
getItemName, setItemName
Methods inherited from interface com.echothree.control.user.party.common.spec.PartySpec
getPartyName, setPartyName
Methods inherited from interface com.echothree.control.user.offer.common.spec.SourceSpec
getSourceName, setSourceName
Methods inherited from interface com.echothree.control.user.wishlist.common.spec.WishlistPrioritySpec
getWishlistPriorityName, setWishlistPriorityName
Methods inherited from interface com.echothree.control.user.wishlist.common.spec.WishlistTypeSpec
getWishlistTypeName, setWishlistTypeName
-
Method Details
-
getUnitOfMeasureTypeName
-
setUnitOfMeasureTypeName
-
getQuantity
-
setQuantity
-
getComment
-
setComment
-