com.ibm.commerce.marketing.promotion.dependency

Interface RoundingFactory

  • All Superinterfaces:
    java.io.Serializable, XMLizable


    public interface RoundingFactory
    extends XMLizable
    RoundingFactory is the interface which should be implemented by all the Rounding factory implementations.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getRounding

        Rounding getRounding(StoreKey key)
        This method returns the Rounding Object for the Store.
        Parameters:
        key - StoreKey
        Returns:
        Rounding