com.ibm.commerce.negotiation.beans

Interface AutoBidListSmartDataBean

  • All Known Implementing Classes:
    AutoBidListBean


    public interface AutoBidListSmartDataBean
    The interface of auto bid list smart data bean
    • Method Detail

      • getAuctionId

        java.lang.String getAuctionId()
        Gets the auction ID.
        Returns:
        the auction ID.
      • getAuctionStatus

        java.lang.String[] getAuctionStatus()
        Gets the status of an auction.
        Returns:
        String[]
      • getAutoBids

        AutoBidDataBean[] getAutoBids()
        Gets a sorted list of auto bid data bean objects.
        Returns:
        sorted array of auto bid data bean
      • getAutoBidStatus

        java.lang.String getAutoBidStatus()
        Gets the auto bid status.
        Returns:
        the auto bid status.
      • getOwnerId

        java.lang.String getOwnerId()
        Gets the owner ID field.
        Returns:
        the owner ID.