com.ibm.commerce.negotiation.beans
Interface AuctionInputDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Implementing Classes:
AuctionDataBean

public interface AuctionInputDataBean
extends InputDataBean

Field Summary
Fields inherited from interface com.ibm.commerce.beans.InputDataBean
COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Method Summary
void setAuctionId(java.lang.String newAuctionId)
Sets the auction identifier.
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties

Method Detail

setAuctionId

public void setAuctionId(java.lang.String newAuctionId)
Sets the auction identifier.
Parameters:
newAuctionId - The auction identifier.

Feedback