com.ibm.commerce.marketing.promotion.choice

Interface RewardSpecification

  • All Superinterfaces:
    java.io.Serializable, XMLizable
    All Known Implementing Classes:
    FreeGiftSpecification


    public interface RewardSpecification
    extends XMLizable
    This is the interface of a promotion reward specification that is used by a shopper to make selections.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ATTRIBUTE_NAME_IMPL
      XML attribute name - impl
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      static java.lang.String TAG_REWARD_SPECIFICATION
      XML tag - RewardSpecification
    • Method Summary

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • TAG_REWARD_SPECIFICATION

        static final java.lang.String TAG_REWARD_SPECIFICATION
        XML tag - RewardSpecification
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_IMPL

        static final java.lang.String ATTRIBUTE_NAME_IMPL
        XML attribute name - impl
        See Also:
        Constant Field Values