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 TypeMethodDescriptionvoidsetComment(String comment) voidsetQuantity(String quantity) voidsetUnitOfMeasureTypeName(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, toStringMethods inherited from interface com.echothree.control.user.accounting.common.spec.CurrencySpec
getCurrencyIsoName, setCurrencyIsoNameMethods inherited from interface com.echothree.control.user.inventory.common.spec.InventoryConditionSpec
getInventoryConditionName, setInventoryConditionNameMethods inherited from interface com.echothree.control.user.item.common.spec.ItemSpec
getItemName, setItemNameMethods inherited from interface com.echothree.control.user.party.common.spec.PartySpec
getPartyName, setPartyNameMethods inherited from interface com.echothree.control.user.offer.common.spec.SourceSpec
getSourceName, setSourceNameMethods inherited from interface com.echothree.control.user.wishlist.common.spec.WishlistPrioritySpec
getWishlistPriorityName, setWishlistPriorityNameMethods inherited from interface com.echothree.control.user.wishlist.common.spec.WishlistTypeSpec
getWishlistTypeName, setWishlistTypeName
-
Method Details
-
getUnitOfMeasureTypeName
-
setUnitOfMeasureTypeName
-
getQuantity
-
setQuantity
-
getComment
-
setComment
-