com.ibm.commerce.negotiation.beans

Interface BidListSmartDataBean

  • All Known Implementing Classes:
    BidListBean


    public interface BidListSmartDataBean
    The interface of bid lists smart data bean
    • Method Detail

      • getBid

        BidDataBean getBid(int index)
        Returns a specific bid from a bid list.
        Parameters:
        index - The index of the bid to be returned.
        Returns:
        The bid from the list specified by the index.
      • getBidAuctionId

        java.lang.String getBidAuctionId()
        Gets auction ID
        Returns:
        The bid auction ID.
      • getBidAutobidId

        java.lang.String getBidAutobidId()
        Gets autobid ID.
        Returns:
        The autobid ID.
      • getBidOwnerId

        java.lang.String getBidOwnerId()
        Gets owner ID.
        Returns:
        The bid owner ID.
      • getBidReferenceCode

        java.lang.String getBidReferenceCode()
        Gets bid reference code. The reference code is generated by the auction system.
        Returns:
        The bid reference code.
      • getBids

        BidDataBean[] getBids()
        Returns a list of bids.
        Returns:
        The array of bid data beans.
      • getMultipleAuctionStatus

        java.lang.String[] getMultipleAuctionStatus()
        Fetches the multiple auction status field (lookup status mask).
        Returns:
        The auction status array.
      • getMultipleBidStatus

        java.lang.String[] getMultipleBidStatus()
        Fetches the multiple bid status (lookup bid-status mask).
        Returns:
        The bid status array.