com.ibm.commerce.installment.facade.server.commands

Interface GetCatalogEntryInstallmentPriceCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    GetCatalogEntryInstallmentPriceCmdImpl


    public interface GetCatalogEntryInstallmentPriceCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get CatalogEntryInstallmentPrice web service command. This interface is to be implemented by the class that provides the CatalogEntryInstallmentPrice get service. This interface defines a method to set the GetCatalogEntryInstallmentPriceType object which contains the XPath request. It also defines a method to get the ShowCatalogEntryInstallmentPriceType object which contains the information used to compose the show business object document.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • COPYRIGHT

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

      • setGetCatalogEntryInstallmentPrice

        void setGetCatalogEntryInstallmentPrice(com.ibm.commerce.installment.facade.datatypes.GetCatalogEntryInstallmentPriceType getCatalogEntryInstallmentPrice)
        This method sets the GetCatalogEntryInstallmentPriceType business object document that this command will process.
        Parameters:
        getCatalogEntryInstallmentPrice - The GetCatalogEntryInstallmentPriceType business object document.
      • getShowCatalogEntryInstallmentPrice

        com.ibm.commerce.installment.facade.datatypes.ShowCatalogEntryInstallmentPriceType getShowCatalogEntryInstallmentPrice()
        This method gets the ShowCatalogEntryInstallmentPriceType business object document result.
        Returns:
        This method returns the ShowCatalogEntryInstallmentPriceType business object document result to the client.