com.ibm.commerce.tools.optools.order.commands

Class CSROrderProductContractPriceCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • CSROrderProductContractPriceCmdImpl

        public CSROrderProductContractPriceCmdImpl()
    • Method Detail

      • getCatEntryIds

        public java.util.Vector getCatEntryIds()
        Gets the list of catalogEntryIds.
        Returns:
        The vector of catalogEntryIDs.
      • setCatEntryIds

        public void setCatEntryIds(java.util.Vector newCatEntryIds)
        Sets the catalog entry ID.
        Specified by:
        setCatEntryIds in interface CSROrderProductContractPriceCmd
        Parameters:
        newCatEntryIds - The catalog entry ID.
      • setContractPrices

        public void setContractPrices(java.util.Hashtable newContractPrices)
        Sets the contract prices hash.
        Parameters:
        newContractPrices - The list of contract prices.
      • setTradingIds

        public void setTradingIds(java.util.Hashtable newTradingIds)
        Sets the trading IDs hash.
        Parameters:
        newTradingIds - The list of trading IDs.
      • setTradingPrices

        public void setTradingPrices(java.util.Hashtable newTradingPrices)
        Sets the trading prices hash.
        Parameters:
        newTradingPrices - The list of trading prices.