com.ibm.commerce.utf.commands
Interface ModifyRFQCatentryRelCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
ModifyRFQCatentryRelCmdImpl

public interface ModifyRFQCatentryRelCmd
extends TaskCommand

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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setCatentryId

public void setCatentryId(java.lang.Long newCatentryid)
Stores the catalog entry ID.
Parameters:
newCatentryid - The catalog entry 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.