com.ibm.commerce.negotiation.beans

Interface AuctionStyleListSmartDataBean

  • All Known Implementing Classes:
    AuctionStyleListBean


    public interface AuctionStyleListSmartDataBean
    The interface of auction style lists smart data bean
    • Method Detail

      • getAuctionStyle

        AuctionStyleDataBean getAuctionStyle(int index)
        Gets a specific auction style from an auction style list.
        Parameters:
        index - The index of the auction style to be returned.
        Returns:
        The auction style specified by the index parameter.
      • getAuctionStyles

        AuctionStyleDataBean[] getAuctionStyles()
        Gets a list of auction styles.
        Returns:
        The array of auction style data beans.
      • getAuctStyleName

        java.lang.String getAuctStyleName()
        Gets Style name.
        Returns:
        The auction style name.
      • getAuctStyleOwnerId

        java.lang.String getAuctStyleOwnerId()
        Gets owner ID.
        Returns:
        The auction style owner ID.
      • getAuctStyleType

        java.lang.String getAuctStyleType()
        Gets auction style type. The possible types are:
        • O=OpenCry
        • SB=Sealed Bid
        • D=Dutch
          Returns:
          The auction style type.