com.ibm.commerce.marketing.promotion.choice

Class PromotionRewardOptionKey

  • java.lang.Object
    • com.ibm.commerce.marketing.promotion.choice.PromotionRewardOptionKey


  • public class PromotionRewardOptionKey
    extends java.lang.Object
    The key of a RewardOption.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getUniqueId()
      Gets the unique ID.
      void setUniqueId(java.lang.String aUniqueId)
      Sets the unique ID.
      java.lang.String toString()
      Give a String presentation of this Key.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • PromotionRewardOptionKey

        public PromotionRewardOptionKey()
    • Method Detail

      • getUniqueId

        public java.lang.String getUniqueId()
        Gets the unique ID.
        Returns:
        The unique ID.
      • setUniqueId

        public void setUniqueId(java.lang.String aUniqueId)
        Sets the unique ID.
        Parameters:
        aUniqueId - The unique ID to set.
      • toString

        public java.lang.String toString()
        Give a String presentation of this Key.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The unique ID of the key.