com.ibm.commerce.negotiation.beans
Interface BidInputDataBean

All Known Implementing Classes:
BidDataBean

public interface BidInputDataBean

Method Summary
void setBidId(java.lang.String newBidId)
Sets the bidId, which is used as a lookup key.
void setBidReferenceCode(java.lang.String newBidReferenceCode) Sets Bid Reference Code.

Method Detail

setBidId

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

setBidReferenceCode

public 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

Feedback