com.ibm.commerce.negotiation.beans

Interface AuctionStyleListInputDataBean

  • All Known Implementing Classes:
    AuctionStyleListBean


    public interface AuctionStyleListInputDataBean
    The interface of auction style list input data bean
    • Method Detail

      • setAuctStyleName

        void setAuctStyleName(java.lang.String newAuctStyleName)
        Sets style name.
        Parameters:
        newAuctStyleName - The auction style name.
      • setAuctStyleOwnerId

        void setAuctStyleOwnerId(java.lang.String newAuctStyleOwnerId)
        Sets owner ID
        Parameters:
        newAuctStyleOwnerId - The auction style owner ID.
      • setAuctStyles

        void setAuctStyles(AuctionStyleDataBean[] newAuctionStyleVector)
        Sets an auction style array from an auction style list.
        Parameters:
        newAuctionStyleVector - The array of action style data beans.
      • setAuctStyleType

        void setAuctStyleType(java.lang.String newAuctStyleType)
        Sets style type.
        Parameters:
        newAuctStyleType - The auction style type.