com.ibm.commerce.giftcenter.commands

Interface GenerateGiftListExternalIdCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    GenerateGiftListExternalIdCmdImpl


    public interface GenerateGiftListExternalIdCmd
    extends TaskCommand
    The task command interface to generate a universal unique key that can be used to identify a gift list.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class
        See Also:
        Constant Field Values
    • Method Detail

      • setGiftListType

        void setGiftListType(GiftListType giftListType)
        Sets the GiftListType.
        Parameters:
        giftListType - The input GiftListType object.
      • getGiftListType

        GiftListType getGiftListType()
        Returns the GiftListType object.
        Returns:
        The GiftListType object.