Updates the relationship between a catalog entry and the RFQ.
This command modifies an object representing the relationship between a catalog entry and an RFQ. This object captures the following information:
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation of this command. |
static java.lang.String | NAME The name of this command. |
Method Summary | |
void | setCatentryId(java.lang.Long newCatentryid) Stores the catalog entry ID. |
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 | setQtyunit(java.lang.String newQtyunit) Stores the quantity unit. |
void | setQuantity(java.lang.String quantity) Stores the requested quantity |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setCatentryId(java.lang.Long newCatentryid)
public void setCurrency(java.lang.String newCurrency)
public void setOfferingId(java.lang.Long newOfferingid)
public void setPrice(java.lang.String price)
public void setQtyunit(java.lang.String newQtyunit)
public void setQuantity(java.lang.String quantity)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.