com.ibm.commerce.negotiation.beans

Interface AutoBidListInputDataBean

  • All Known Implementing Classes:
    AutoBidListBean


    public interface AutoBidListInputDataBean
    The interface of auto bid list input data bean
    • Method Detail

      • setAuctionId

        void setAuctionId(java.lang.String newAuctionId)
        Sets the auction ID.
        Parameters:
        newAuctionId - the relevant auction ID.
      • setAuctionStatus

        void setAuctionStatus(java.lang.String[] newAuctionStatus)
        Sets the auction status search criteria.
        Parameters:
        newAuctionStatus - int
      • setAutoBids

        void setAutoBids(AutoBidDataBean[] newAutoBids)
        Loads the member array auto bids.
        Parameters:
        newAutoBids - new array of auto bid data bean objects.
      • setAutoBidStatus

        void setAutoBidStatus(java.lang.String newStatus)
        Sets the auto bid status.
        Parameters:
        newStatus - the auto bid status.
      • setOwnerId

        void setOwnerId(java.lang.String newOwnerId)
        Sets the owner ID field.
        Parameters:
        newOwnerId - ID of the auction owner.