com.ibm.commerce.rfq.commands
Interface UpdateRFQCatentryRelCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
UpdateRFQCatentryRelCmdImpl

public interface UpdateRFQCatentryRelCmd
extends TaskCommand

Adds the item to the RFQ.

This command creates an object representing the relationship between a catalog entry or a made to order item and an RFQ.

This object captures the following information:


Field Summary
static java.lang.String COPYRIGHT
          COPYRIGHT
static java.lang.String defaultCommandClassName
          Default implementation class name
static java.lang.String NAME
          Task command name
 
Method Summary
 void setCategoryId(java.lang.Long newCategoryid)
          Stores the category ID.
 void setChangeable(java.lang.Integer changeable)
          Sets the changeable
 void setCurrency(java.lang.String newCurrency)
          Stores the currency.
 void setOfferingId(java.lang.Long newOfferingid)
          Stores the RFQ ID.
 void setPrice(java.lang.String price)
          Stores the price quoted for the catalog entry.
 void setProdName(java.lang.String prodName)
          Sets the prodName.
 void setQtyunit(java.lang.String newQtyunit)
          Stores the quantity unit.
 void setQuantity(java.lang.String quantity)
          Stores the requested quantity
 void setRfqProdId(java.lang.Long rfqProdId)           Stores the request product Id.
 

Field Detail
public static final java.lang.String COPYRIGHT
COPYRIGHT
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Task command name
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class name
See Also:
Constant Field Values
Method Detail

setCategoryId

public void setCategoryId(java.lang.Long newCategoryid)
Stores the category ID.
Parameters:
newCategoryid - The category ID.

setCurrency

public void setCurrency(java.lang.String newCurrency)
Stores the currency.
Parameters:
newCurrency - The currency.

setOfferingId

public void setOfferingId(java.lang.Long newOfferingid)
Stores the RFQ ID.
Parameters:
newOfferingid - The ID of the RFQ.

setPrice

public void setPrice(java.lang.String price)
Stores the price quoted for the catalog entry.
Parameters:
price - The price of the catalog entry.

setQtyunit

public void setQtyunit(java.lang.String newQtyunit)
Stores the quantity unit.
Parameters:
newQtyunit - The quantity unit.

setQuantity

public void setQuantity(java.lang.String quantity)
Stores the requested quantity
Parameters:
quantity - The requested quantity.

setRfqProdId

public void setRfqProdId(java.lang.Long rfqProdId)
Stores the request product Id.
Parameters:
rfqProdId - The request product Id.

setChangeable

public void setChangeable(java.lang.Integer changeable)
Sets the changeable
Parameters:
changeable - The changeable to set

setProdName

public void setProdName(java.lang.String prodName)
Sets the prodName.
Parameters:
prodName - The prodName to set