com.ibm.commerce.negotiation.beans

Interface BidInputDataBean

  • All Known Implementing Classes:
    BidDataBean


    public interface BidInputDataBean
    The interface of bid input data bean
    • Method Detail

      • setBidId

        void setBidId(java.lang.String newBidId)
               throws java.lang.Exception
        Sets the bid ID, which is used as a lookup key.
        Parameters:
        newBidId - The bid ID.
        Throws:
        java.lang.Exception
      • setBidReferenceCode

        void setBidReferenceCode(java.lang.String newBidReferenceCode)
                          throws java.lang.Exception
        Sets bid reference code. This method will find bid information by reference code
        Parameters:
        newBidReferenceCode - The bid reference code.
        Throws:
        java.lang.Exception