com.ibm.commerce.tools.catalog.commands
Interface ProductPricingCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ProductPricingCmdImpl

public interface ProductPricingCmd
extends TaskCommand

Task command used to persist a product pricing.

Behaviour

A pricing data bean is passed to this command and is then used to persist its information.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setPricingDataBean(PricingDataBean pricing)           Used to set the pricing data bean which is to be persisted.
 

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

defaultCommandClassName

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

NAME

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

setPricingDataBean

public void setPricingDataBean(PricingDataBean pricing)
Used to set the pricing data bean which is to be persisted.
Parameters:
pricing - The pricing data bean which is to be persisted.